Allow override test to be run in helm-toolkit gate

Change-Id: Ieaa2e3c66c8855eec6c97796f175f769b268dccc
This commit is contained in:
Anderson, Craig (ca846m) 2018-11-19 23:09:49 -08:00
parent 9c2ca30001
commit 072249dc5f
1 changed files with 9 additions and 7 deletions

View File

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