Lines Matching full:move
27 # Test basic move without a rename
31 fail "Can't perform a netns move"
32 ip -netns $test_ns link show dev $DEV >> /dev/null || fail "Device not found after move"
36 # Test move with a conflict
41 fail "Performed a netns move with a name conflict"
42 ip -netns $test_ns link show dev $DEV >> /dev/null || fail "Device not found after move"
47 # Test move with a conflict and rename
52 fail "Can't perform a netns move with rename"
57 # Test dup alt-name with netns move
76 ip -netns $test_ns link show dev $ALT_NAME >> /dev/null || fail "Can't find alt-name after move"
78 fail "Can still find alt-name after move"