From 6fce2f013a27c8146fc599320af5648debf3d7e9 Mon Sep 17 00:00:00 2001 From: Maxim Musienko Date: Wed, 12 Feb 2020 17:30:51 +0200 Subject: [PATCH] Setup envs to test (#16010) * add setup envs function to the script --- tests/.infra/centos-ci/nightly/nightly-happypath-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/.infra/centos-ci/nightly/nightly-happypath-test.sh b/tests/.infra/centos-ci/nightly/nightly-happypath-test.sh index 885d398ac1..0984efd40c 100755 --- a/tests/.infra/centos-ci/nightly/nightly-happypath-test.sh +++ b/tests/.infra/centos-ci/nightly/nightly-happypath-test.sh @@ -11,6 +11,7 @@ echo "========Starting nigtly test job $(date)========" source tests/.infra/centos-ci/functional_tests_utils.sh source .ci/cico_common.sh +setupEnvs installKVM installDependencies installCheCtl @@ -20,4 +21,3 @@ deployCheIntoCluster createTestUserAndObtainUserToken createTestWorkspaceAndRunTest archiveArtifacts "che-nightly-happy-path" -