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

OFC25 tests:

- Corrected paths
parent 24d6634b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@

# ===== Deploy End-to-End TeraFlowSDN ====================
sed -i 's|\(<h2>ETSI TeraFlowSDN Controller\)</h2>|\1 (End-to-End)</h2>|' src/webui/service/templates/main/home.html
source src/tests/ofc25/deploy_specs_e2e.sh
source src/tests/ofc25/separate_vms/deploy_specs_e2e.sh

./deploy/crdb.sh
./deploy/nats.sh
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@

# ===== Deploy End-to-End TeraFlowSDN ====================
sed -i 's|\(<h2>ETSI TeraFlowSDN Controller\)</h2>|\1 (Optical)</h2>|' src/webui/service/templates/main/home.html
source src/tests/ofc25/deploy_specs_opt.sh
source src/tests/ofc25/separate_vms/deploy_specs_opt.sh

./deploy/crdb.sh
./deploy/nats.sh
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@

# ===== Deploy End-to-End TeraFlowSDN ====================
sed -i 's|\(<h2>ETSI TeraFlowSDN Controller\)</h2>|\1 (Packet)</h2>|' src/webui/service/templates/main/home.html
source src/tests/ofc25/deploy_specs_pkt.sh
source src/tests/ofc25/separate_vms/deploy_specs_pkt.sh

./deploy/crdb.sh
./deploy/nats.sh