From 5bdfdba802113153feabfaa71006980e51676787 Mon Sep 17 00:00:00 2001 From: Carlos Natalino <carlos.natalino@chalmers.se> Date: Mon, 5 Sep 2022 10:09:42 +0200 Subject: [PATCH] Including message regarding sourcing environment variables before running the tests. --- src/tests/ofc22/run_test_01_bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tests/ofc22/run_test_01_bootstrap.sh b/src/tests/ofc22/run_test_01_bootstrap.sh index be30b1518..ef23c28eb 100755 --- a/src/tests/ofc22/run_test_01_bootstrap.sh +++ b/src/tests/ofc22/run_test_01_bootstrap.sh @@ -13,4 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# make sure to source the following scripts: +# - my_deploy.sh +# - tfs_runtime_env_vars.sh + pytest --verbose src/tests/ofc22/tests/test_functional_bootstrap.py -- GitLab