Skip to content
Snippets Groups Projects

fix: hardcoded paths in p4 L1 fwd test

Merged Georgios Katsikas requested to merge pr-p4-ref into develop
10 files
+ 21
22
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -73,12 +73,12 @@ class TutorialTopo(Topo):
def main():
net = Mininet(topo=TutorialTopo(), controller=None)
net.start()
client = net.hosts[0]
client.setARP('10.0.0.2', 'aa:bb:cc:dd:ee:22')
server = net.hosts[1]
server.setARP('10.0.0.1', 'aa:bb:cc:dd:ee:11')
CLI(net)
net.stop()
print '#' * 80
Loading