Skip to content

Commit 5f3f6a8

Browse files
committed
test: fix router test
1 parent f2eb668 commit 5f3f6a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/net/integration/router/service.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void ip_forward (Inet<IP4>& stack, IP4::IP_packet_ptr pckt) {
6363
return;
6464
}
6565

66-
debug("ip_fwd %s transmitting packet to %s", ifname, route->ifname().c_str());
66+
debug("[ ip_fwd ] %s transmitting packet to %s",stack.ifname().c_str(), route->ifname().c_str());
6767
route->ip_obj().ship(std::move(pckt));
6868
}
6969

test/net/integration/router/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def iperf_client(o):
5555

5656
# Move second interface to second bridge, right after boot
5757
# TODO: Add support for per-interface qemu-ifup scripts instead?
58-
vm.on_output("#include<os>", move_tap1)
58+
vm.on_output("Routing test service", move_tap1)
5959

6060

6161
# Start iperf server right away, client when vm is up

0 commit comments

Comments
 (0)