[DNM] Gate test

Change-Id: I79860f90d1581624a4c75093363cf92d5f0493d1
This commit is contained in:
Roman Gorshunov 2020-08-26 14:33:13 +02:00
parent 45b4d09de3
commit 79901310a0
1 changed files with 10 additions and 10 deletions

View File

@ -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