1#!/usr/bin/python -u 2 3import sys 4import common 5from autotest_lib.cli import atest 6 7 8sys.exit(atest.main()) 9