Lines Matching +full:simulation +full:- +full:local +full:- +full:host
8 # vm1 <--------+ +----> bridge1 <----+
12 # vm2 <--------+ +----> bridge2 <----+
22 # When this test is run with verbose mode (ctest -R <test_name> -V),
23 # the following printout is observed on my local box:
30 # 9: --- 200.1.1.1 ping statistics ---
34 # 9: [ 5] 0.0- 1.0 sec 3.80 GBytes 32.6 Gbits/sec
35 # 9: Starting netserver with host 'IN(6)ADDR_ANY' port '12865' and family AF_UNSPEC
44 # 9: Local /Remote
52 # 9: ----------------------------------------------------------------------
65 from simulation import Simulation
70 sim = Simulation(ipdb)
89 … subprocess.call(["sysctl", "-q", "-w", "net.ipv6.conf." + veth_pem_2_br + ".disable_ipv6=1"])
90 … subprocess.call(["sysctl", "-q", "-w", "net.ipv6.conf." + veth_br_2_pem + ".disable_ipv6=1"])
97 subprocess.call(["sysctl", "-q", "-w", "net.ipv6.conf." + br + ".disable_ipv6=1"])
120 ipr.tc("add-filter", "bpf", ifindex, ":1", fd=fd, name=name,
164 nsp = NSPopen(rt_ipdb.nl.netns, ["sysctl", "-w", "net.ipv4.ip_forward=1"])
175 … nsp = NSPopen(ns1_ipdb.nl.netns, ["ping", self.vm2_ip, "-c", "2"]); nsp.wait(); nsp.release()
179 nsp_server = NSPopenWithCheck(ns2_ipdb.nl.netns, ["iperf", "-s", "-xSC"])
181 nsp = NSPopen(ns1_ipdb.nl.netns, ["iperf", "-c", self.vm2_ip, "-t", "1", "-xSC"])
185 nsp_server = NSPopenWithCheck(ns2_ipdb.nl.netns, ["netserver", "-D"])
187 …nsp = NSPopenWithCheck(ns1_ipdb.nl.netns, ["netperf", "-l", "1", "-H", self.vm2_ip, "--", "-m", "6…
189 … nsp = NSPopen(ns1_ipdb.nl.netns, ["netperf", "-l", "1", "-H", self.vm2_ip, "-t", "TCP_RR"])