#!/usr/bin/python3 -u
import sys
import common
from autotest_lib.cli import atest
sys.exit(atest.main())