Loading src/tests/ryu-openflow/.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,8 @@ end2end_test ryu-openflow: - docker ps -a - echo "Finishing script section" # Dump configuration of the switches (OpenFlow rules configured) (before configure IETF service) - docker exec mininet ovs-vsctl show - docker logs mininet - docker exec mininet ovs-ofctl dump-flows s1 - docker exec mininet ovs-ofctl dump-flows s2 - docker exec mininet ovs-ofctl dump-flows s3 Loading src/tests/ryu-openflow/custom_pentagon_topology.py +2 −7 Original line number Diff line number Diff line Loading @@ -53,13 +53,8 @@ if __name__ == '__main__': print('Custom Pentagon Topology is up with static ARP.') #CLI(net) try: while True: time.sleep(60) except KeyboardInterrupt: print("Stopping topology.") finally: net.stop() #while True: #time.sleep(60) #net.stop() Loading
src/tests/ryu-openflow/.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,8 @@ end2end_test ryu-openflow: - docker ps -a - echo "Finishing script section" # Dump configuration of the switches (OpenFlow rules configured) (before configure IETF service) - docker exec mininet ovs-vsctl show - docker logs mininet - docker exec mininet ovs-ofctl dump-flows s1 - docker exec mininet ovs-ofctl dump-flows s2 - docker exec mininet ovs-ofctl dump-flows s3 Loading
src/tests/ryu-openflow/custom_pentagon_topology.py +2 −7 Original line number Diff line number Diff line Loading @@ -53,13 +53,8 @@ if __name__ == '__main__': print('Custom Pentagon Topology is up with static ARP.') #CLI(net) try: while True: time.sleep(60) except KeyboardInterrupt: print("Stopping topology.") finally: net.stop() #while True: #time.sleep(60) #net.stop()