Commit b0d0d955 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Hackfest P4 example:

- corrected run_test scripts
parent cea32672
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,4 +14,4 @@
# limitations under the License.

source tfs_runtime_env_vars.sh
python -m pytest --verbose hackfest/p4/tests/test_functional_bootstrap.py
python -m pytest --verbose hackfest/p4/tests/test_functional_create_service.py
+1 −1
Original line number Diff line number Diff line
@@ -14,4 +14,4 @@
# limitations under the License.

source tfs_runtime_env_vars.sh
python -m pytest --verbose hackfest/p4/tests/test_functional_bootstrap.py
python -m pytest --verbose hackfest/p4/tests/test_functional_delete_service.py
+1 −1
Original line number Diff line number Diff line
@@ -14,4 +14,4 @@
# limitations under the License.

source tfs_runtime_env_vars.sh
python -m pytest --verbose hackfest/p4/tests/test_functional_bootstrap.py
python -m pytest --verbose hackfest/p4/tests/test_functional_cleanup.py