diff options
author | Hanoh Haim <hhaim@cisco.com> | 2015-06-24 14:03:29 +0300 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2015-06-24 14:03:29 +0300 |
commit | 8b52a31ed2c299b759f330c4f976b9c70f5765f4 (patch) | |
tree | 9d6da5438b5b56b1d2d57e6c13494b4e65d000e7 /scripts/avl/test_mac.yaml |
first version
Diffstat (limited to 'scripts/avl/test_mac.yaml')
-rwxr-xr-x | scripts/avl/test_mac.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/scripts/avl/test_mac.yaml b/scripts/avl/test_mac.yaml new file mode 100755 index 00000000..9d0ed1c4 --- /dev/null +++ b/scripts/avl/test_mac.yaml @@ -0,0 +1,29 @@ +- items : + - ip : "16.0.0.1" + mac : [0x16,0x1,0x4,0x5,0x6,0x7] + - ip : "16.0.0.2" + mac : [0x16,0x2,0x0,0x1,0x0,0x0] + - ip : "16.0.0.3" + mac : [0x16,0x3,0x0,0x1,0x0,0x0] + - ip : "16.0.0.4" + mac : [0x16,0x4,0x4,0x5,0x6,0x7] + - ip : "16.0.0.5" + mac : [0x16,0x5,0x4,0x5,0x6,0x7] + - ip : "16.0.0.6" + mac : [0x16,0x6,0x4,0x5,0x6,0x7] + - ip : "16.0.0.7" + mac : [0x16,0x7,0x4,0x5,0x6,0x7] + - ip : "17.0.0.2" + mac : [0x17,0x2,0x0,0x1,0x0,0x0] + - ip : "17.0.0.1" + mac : [0x17,0x1,0x0,0x1,0x0,0x0] + - ip : "17.0.0.3" + mac : [0x17,0x3,0x0,0x1,0x0,0x0] + - ip : "17.0.0.4" + mac : [0x17,0x4,0x0,0x1,0x0,0x0] + - ip : "17.0.0.5" + mac : [0x17,0x5,0x0,0x1,0x0,0x0] + - ip : "17.0.0.6" + mac : [0x17,0x6,0x0,0x1,0x0,0x0] + - ip : "17.0.0.8" + mac : [0x17,0x8,0x0,0x1,0x0,0x0] |