We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787a385 commit f3e994bCopy full SHA for f3e994b
.ci/test-netdev.sh
@@ -45,10 +45,13 @@ ASSERT expect <<DONE
45
expect "riscv32 GNU/Linux" { send "ip l set eth0 up\n" } timeout { exit 3 }
46
expect "# " { send "ip a add 192.168.10.2/24 dev eth0\n" }
47
expect "# " { send "ping -c 3 192.168.10.1\n" }
48
- expect "3 packets transmitted, 3 packets received, 0% packet loss" { } timeout { exit 4 }
+ expect "3 packets transmitted, 3 packets received, 0% packet loss" { } timeout { exit 4 }
49
} elseif { "$NETDEV" == "user" } {
50
- # Test slirp configuration
51
- expect "riscv32 GNU/Linux" { send "\x01"; send "x" } timeout { exit 3 }
+ expect "riscv32 GNU/Linux" { send "ip addr add 10.0.2.15/24 dev eth0\n" } timeout { exit 3 }
+ expect "# " { send "ip link set eth0 up\n"}
52
+ expect "# " { send "ip route add default via 10.0.2.2\n"}
53
+ expect "# " { send "ping -c 3 10.0.2.2\n" }
54
55
}
56
DONE
57
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments