From 072249dc5f03633d98f18ebef435e40d7cb68b5a Mon Sep 17 00:00:00 2001 From: "Anderson, Craig (ca846m)" Date: Mon, 19 Nov 2018 23:09:49 -0800 Subject: [PATCH] Allow override test to be run in helm-toolkit gate Change-Id: Ieaa2e3c66c8855eec6c97796f175f769b268dccc --- tools/gate/scripts/020-test-divingbell.sh | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/tools/gate/scripts/020-test-divingbell.sh b/tools/gate/scripts/020-test-divingbell.sh index 1f57bea..b4cf74d 100755 --- a/tools/gate/scripts/020-test-divingbell.sh +++ b/tools/gate/scripts/020-test-divingbell.sh @@ -1149,13 +1149,15 @@ test_overrides(){ init_default_state # run tests -install_base -test_sysctl -test_limits -test_mounts -test_ethtool -test_uamlite -test_apt +if [[ -z $SKIP_BASE_TESTS ]]; then + install_base + test_sysctl + test_limits + test_mounts + test_ethtool + test_uamlite + test_apt +fi purge_containers test_overrides