Loading src/tests/ofc25/Dockerfile +20 −20 Original line number Diff line number Diff line Loading @@ -117,26 +117,26 @@ pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functiona #echo "Delete IP virtual links" #pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functional_delete_vlinks.py --junitxml=/opt/results/report_delete_service.xml echo "Cleanup E2E layer orchestrator first" pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functional_cleanup.py \ --tfs-runtime-script=tfs_runtime_env_vars_e2e.sh \ --tfs-profile=e2e \ --tfs-topology-descriptor=topology_e2e.json \ --junitxml=/opt/results/report_cleanup_e2e.xml echo "Cleanup IP/packet layer controller" pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functional_cleanup.py \ --tfs-runtime-script=tfs_runtime_env_vars_ip.sh \ --tfs-profile=ip \ --tfs-topology-descriptor=topology_ip.json \ --junitxml=/opt/results/report_cleanup_ip.xml echo "Cleanup optical layer controller" pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functional_cleanup.py \ --tfs-runtime-script=tfs_runtime_env_vars_opt.sh \ --tfs-profile=opt \ --tfs-topology-descriptor=topology_opt.json \ --junitxml=/opt/results/report_cleanup_opt.xml #echo "Cleanup E2E layer orchestrator first" #pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functional_cleanup.py \ # --tfs-runtime-script=tfs_runtime_env_vars_e2e.sh \ # --tfs-profile=e2e \ # --tfs-topology-descriptor=topology_e2e.json \ # --junitxml=/opt/results/report_cleanup_e2e.xml #echo "Cleanup IP/packet layer controller" #pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functional_cleanup.py \ # --tfs-runtime-script=tfs_runtime_env_vars_ip.sh \ # --tfs-profile=ip \ # --tfs-topology-descriptor=topology_ip.json \ # --junitxml=/opt/results/report_cleanup_ip.xml #echo "Cleanup optical layer controller" #pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functional_cleanup.py \ # --tfs-runtime-script=tfs_runtime_env_vars_opt.sh \ # --tfs-profile=opt \ # --tfs-topology-descriptor=topology_opt.json \ # --junitxml=/opt/results/report_cleanup_opt.xml EOF RUN chmod ug+x ./run_tests.sh Loading Loading
src/tests/ofc25/Dockerfile +20 −20 Original line number Diff line number Diff line Loading @@ -117,26 +117,26 @@ pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functiona #echo "Delete IP virtual links" #pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functional_delete_vlinks.py --junitxml=/opt/results/report_delete_service.xml echo "Cleanup E2E layer orchestrator first" pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functional_cleanup.py \ --tfs-runtime-script=tfs_runtime_env_vars_e2e.sh \ --tfs-profile=e2e \ --tfs-topology-descriptor=topology_e2e.json \ --junitxml=/opt/results/report_cleanup_e2e.xml echo "Cleanup IP/packet layer controller" pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functional_cleanup.py \ --tfs-runtime-script=tfs_runtime_env_vars_ip.sh \ --tfs-profile=ip \ --tfs-topology-descriptor=topology_ip.json \ --junitxml=/opt/results/report_cleanup_ip.xml echo "Cleanup optical layer controller" pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functional_cleanup.py \ --tfs-runtime-script=tfs_runtime_env_vars_opt.sh \ --tfs-profile=opt \ --tfs-topology-descriptor=topology_opt.json \ --junitxml=/opt/results/report_cleanup_opt.xml #echo "Cleanup E2E layer orchestrator first" #pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functional_cleanup.py \ # --tfs-runtime-script=tfs_runtime_env_vars_e2e.sh \ # --tfs-profile=e2e \ # --tfs-topology-descriptor=topology_e2e.json \ # --junitxml=/opt/results/report_cleanup_e2e.xml #echo "Cleanup IP/packet layer controller" #pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functional_cleanup.py \ # --tfs-runtime-script=tfs_runtime_env_vars_ip.sh \ # --tfs-profile=ip \ # --tfs-topology-descriptor=topology_ip.json \ # --junitxml=/opt/results/report_cleanup_ip.xml #echo "Cleanup optical layer controller" #pytest --verbose --log-level=INFO /var/teraflow/tests/ofc25/tests/test_functional_cleanup.py \ # --tfs-runtime-script=tfs_runtime_env_vars_opt.sh \ # --tfs-profile=opt \ # --tfs-topology-descriptor=topology_opt.json \ # --junitxml=/opt/results/report_cleanup_opt.xml EOF RUN chmod ug+x ./run_tests.sh Loading