blob: a8080178d8dded6c66102f286ea74fa6bc4e0744 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "configured, interface up"
setup "10.1.1.201" "eth0" <<EOF
192.168.1.1
192.168.1.2
192.168.1.3
EOF
ok_null
simple_test
|