Commit 4fe67bb9 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

OSM End-to-End integration test:

- Fixed ContainerLab scenario
parent 16ed3788
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ topology:
        - ip link add link eth1 name eth1.125 type vlan id 125
        - ip address add 172.16.1.10/24 dev eth1.125
        - ip link set eth1.125 up
        - ip route add 172.16.2.0/24 via 172.16.1.1
        - ip route add 172.16.3.0/24 via 172.16.1.1

    dc2:
      kind: linux
@@ -71,9 +71,9 @@ topology:
        - ip link set address 00:c1:ab:00:02:0a dev eth1
        - ip link set eth1 up
        - ip link add link eth1 name eth1.125 type vlan id 125
        - ip address add 172.16.2.10/24 dev eth1.125
        - ip address add 172.16.3.10/24 dev eth1.125
        - ip link set eth1.125 up
        - ip route add 172.16.1.0/24 via 172.16.2.1
        - ip route add 172.16.1.0/24 via 172.16.3.1

  links:
    - endpoints: ["r1:eth2", "r2:eth1"]