Searched refs:AUTOTEST_DIR (Results 1 – 9 of 9) sorted by relevance
51 AUTOTEST_DIR=60 AUTOTEST_DIR=$OPTARG108 if [ -z "${AUTOTEST_DIR}" ]; then134 if [ -z "${AUTOTEST_DIR}" ]; then136 read -p "Enter autotest dir [${CANDIDATE}]: " AUTOTEST_DIR137 if [ -z "${AUTOTEST_DIR}" ]; then138 AUTOTEST_DIR="${CANDIDATE}"145 if [ -z "${AUTOTEST_DIR}" ]; then150 if [ ! -d "${AUTOTEST_DIR}" ]; then151 echo "Directory $AUTOTEST_DIR does not exist. Aborting script."[all …]
14 AUTOTEST_DIR=$(dirname $(dirname $0))27 ${AUTOTEST_DIR}/frontend/manage.py dbshell <<END32 ${AUTOTEST_DIR}/database/migrate.py sync -f33 ${AUTOTEST_DIR}/frontend/manage.py syncdb --noinput34 ${AUTOTEST_DIR}/frontend/manage.py syncdb --noinput36 sudo rm -rf ${AUTOTEST_DIR}/results/*37 sudo rm -rf ${AUTOTEST_DIR}/logs/*
60 AUTOTEST_DIR=common.autotest_dir variable138 UPDATED_REPOS = {'autotest': AUTOTEST_DIR,139 'chromite': '%s/site-packages/chromite/' % AUTOTEST_DIR}216 (AUTOTEST_DIR, board, server))631 logs = os.listdir('%s/logs/' % AUTOTEST_DIR)
29 AUTOTEST_DIR = common.autotest_dir variable190 with infra.chdir(AUTOTEST_DIR):
16 AUTOTEST_DIR="${REPO_DIR}/src/third_party/autotest/files"21 cp -fpruv ${AUTOTEST_DIR}/cli ${TARGET_DIR}25 cp -uv ${AUTOTEST_DIR}/client/setup_modules.py ${TARGET_DIR}/client27 cp -fpruv ${AUTOTEST_DIR}/client/common_lib ${TARGET_DIR}/client32 cp -uv ${AUTOTEST_DIR}/frontend/common.py \34 cp -fpruv ${AUTOTEST_DIR}/frontend/afe/json_rpc \36 cp -uv ${AUTOTEST_DIR}/frontend/afe/rpc_client_lib.py \
34 AUTOTEST_DIR = autotest_lib.__path__[0] variable35 _SITEPKG_DIR = os.path.join(AUTOTEST_DIR, 'site-packages')108 common.autotest_dir = AUTOTEST_DIR
16 AUTOTEST_DIR = '~/trunk/src/third_party/autotest/files' variable163 autotest_dir = AUTOTEST_DIR170 if autotest_dir == AUTOTEST_DIR:207 autotest_dir_arg = '--autotest_dir %s' % AUTOTEST_DIR
17 AUTOTEST_DIR = os.path.abspath(os.path.join( variable33 control_file = open(os.path.join(AUTOTEST_DIR, test.path))
137 '-autotestdir', autotest.AUTOTEST_DIR,