Lines Matching +full:simulation +full:- +full:local +full:- +full:host
8 # vm1 <--------+ +----> bridge1 <----+
12 # vm2 <--------+ +----> bridge2 <----+
21 # When this test is run with verbose mode (ctest -R <test_name> -V),
22 # the following printout is observed on my local box:
37 # 8: --- 200.1.1.1 ping statistics ---
41 # 8: [ 5] 0.0- 1.0 sec 4.00 GBytes 34.3 Gbits/sec
42 # 8: Starting netserver with host 'IN(6)ADDR_ANY' port '12865' and family AF_UNSPEC
51 # 8: Local /Remote
59 # 8: ----------------------------------------------------------------------
72 from simulation import Simulation
77 sim = Simulation(ipdb)
181 nsp = NSPopen(rt_ipdb.nl.netns, ["sysctl", "-w", "net.ipv4.ip_forward=1"])
190 ["arping", "-w", "1", "-c", "1", "-I", "eth0", self.vm1_rtr_ip])
193 ["arping", "-w", "1", "-c", "1", "-I", "eth0", self.vm2_rtr_ip])
197 nsp = NSPopen(ns1_ipdb.nl.netns, ["ping", self.vm2_ip, "-c", "2"])
199 … # pem_stats only counts pem->bridge traffic, each VM has 4: arping/arp request/2 icmp request
203 nsp_server = NSPopenWithCheck(ns2_ipdb.nl.netns, ["iperf", "-s", "-xSC"])
205 nsp = NSPopen(ns1_ipdb.nl.netns, ["iperf", "-c", self.vm2_ip, "-t", "1", "-xSC"])
209 nsp_server = NSPopenWithCheck(ns2_ipdb.nl.netns, ["netserver", "-D"])
211 …nsp = NSPopenWithCheck(ns1_ipdb.nl.netns, ["netperf", "-l", "1", "-H", self.vm2_ip, "--", "-m", "6…
213 … nsp = NSPopen(ns1_ipdb.nl.netns, ["netperf", "-l", "1", "-H", self.vm2_ip, "-t", "TCP_RR"])