diff --git a/src/tests/ecoc24/.gitlab-ci.yml b/src/tests/ecoc24/.gitlab-ci.yml index 5cdac433492767b791bbd8784f48f71605d06efa..e83af49f4a07b3b06f83cf75e1b9a09c441ec275 100644 --- a/src/tests/ecoc24/.gitlab-ci.yml +++ b/src/tests/ecoc24/.gitlab-ci.yml @@ -79,7 +79,7 @@ end2end_test ecoc24: - ./deploy/expose_dashboard.sh - ./deploy/tfs.sh - ./deploy/show.sh - - cp ${PWD}/tfs_runtime_env_vars.sh /var/teraflow/tfs_runtime_env_vars_opt.sh + # - cp /var/teraflow/tfs_runtime_env_vars.sh /var/teraflow/tfs_runtime_env_vars_opt.sh # Deploy IP TeraFlowSDN @@ -91,7 +91,7 @@ end2end_test ecoc24: - ./deploy/tfs.sh - ./deploy/show.sh - ./src/tests/${TEST_NAME}/subscription_ws_ip.sh - - cp ${PWD}/tfs_runtime_env_vars.sh /var/teraflow/tfs_runtime_env_vars_ip.sh + # - cp /var/teraflow/tfs_runtime_env_vars.sh /var/teraflow/tfs_runtime_env_vars_ip.sh # Deploy E2E TeraFlowSDN @@ -103,7 +103,7 @@ end2end_test ecoc24: - ./deploy/tfs.sh - ./deploy/show.sh - ./src/tests/${TEST_NAME}/subscription_ws_e2e.sh - - cp ${PWD}/tfs_runtime_env_vars.sh /var/teraflow/tfs_runtime_env_vars_e2e.sh + # - cp /var/teraflow/tfs_runtime_env_vars.sh /var/teraflow/tfs_runtime_env_vars_e2e.sh