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