Commit 7c89ed58 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Ryu-OpenFlow CI/CD test

- Fixed docker exec commands
parent 002c44ef
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -106,13 +106,13 @@ end2end_test ryu-openflow:
    - docker logs mininet 
    - echo "Finishing script section"
#    Dump configuration of the switches (OpenFlow rules configured) (before configure IETF service)
    - docker exec mininet ovs-vsctl show
    - docker exec mininet bash -c "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
    - docker exec mininet ovs-ofctl dump-flows s4
    - docker exec mininet ovs-ofctl dump-flows s5
    - docker exec mininet bash -c "ovs-ofctl dump-flows s1"
    - docker exec mininet bash -c "ovs-ofctl dump-flows s2"
    - docker exec mininet bash -c "ovs-ofctl dump-flows s3"
    - docker exec mininet bash -c "ovs-ofctl dump-flows s4"
    - docker exec mininet bash -c "ovs-ofctl dump-flows s5"

    # Configure TeraFlowSDN deployment
    ## Uncomment if DEBUG log level is needed for the components