From 79901310a0d77736e8578c5c3071e3bf06d0e796 Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Wed, 26 Aug 2020 14:33:13 +0200 Subject: [PATCH] [DNM] Gate test Change-Id: I79860f90d1581624a4c75093363cf92d5f0493d1 --- tools/gate/scripts/020-test-divingbell.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/gate/scripts/020-test-divingbell.sh b/tools/gate/scripts/020-test-divingbell.sh index 990edaa..65c25be 100755 --- a/tools/gate/scripts/020-test-divingbell.sh +++ b/tools/gate/scripts/020-test-divingbell.sh @@ -29,7 +29,7 @@ fi DEFAULT_IFS=$IFS NAME=divingbell -: ${LOGS_DIR:=/tmp/artifacts} +: ${LOGS_DIR:=/tmp/logs/system/artifacts} : ${LOGS_SUBDIR:=${LOGS_DIR}/${NAME}/$(date +"%m-%d-%y_%H:%M:%S")} mkdir -p "${LOGS_SUBDIR}" LOG_NAME="${LOGS_SUBDIR}/test.log" @@ -2325,16 +2325,16 @@ init_default_state # run tests if [[ -z $SKIP_BASE_TESTS ]]; then - install_base - test_sysctl - test_limits - test_perm - test_mounts - test_ethtool - test_uamlite +# install_base +# test_sysctl +# test_limits +# test_perm +# test_mounts +# test_ethtool +# test_uamlite test_apt - test_exec - test_apparmor +# test_exec +# test_apparmor fi purge_containers test_overrides