Update Create_NetTests vlan tests

Tim Young 2017-08-11 18:18:02 +02:00
parent c32e107520
commit 70665c30e9

@ -8,16 +8,20 @@ These "tests" will usually keep something from being changed, deleted, or someth
The tests are:
* NeedsLocalIPTo - The device needs to have an IP address that is local (made local by the subnet mask) to another device. Often you will also lock the target device, so they cannot solve the puzzle by changing the router instead of the PC. For example: PC0 needs to have an IP that is local to Router0 for this test to be marked as complete.
* **NeedsLocalIPTo** - The device needs to have an IP address that is local (made local by the subnet mask) to another device. Often you will also lock the target device, so they cannot solve the puzzle by changing the router instead of the PC. For example: PC0 needs to have an IP that is local to Router0 for this test to be marked as complete.
* NeedsDefaultGW - The device needs a default gateway, and you also specify which device needs to be the gateway. For example: PC0 needs to have Router0 be the default gateway for this test to be marked complete.
* **NeedsDefaultGW** - The device needs a default gateway, and you also specify which device needs to be the gateway. For example: PC0 needs to have Router0 be the default gateway for this test to be marked complete.
* NeedsLinkToDevice - The device needs a link (network wire / wireless connection) to another device. For example: PC0 needs a link to switch0 for the test to be marked as complete.
* **NeedsLinkToDevice** - The device needs a link (network wire / wireless connection) to another device. For example: PC0 needs a link to switch0 for the test to be marked as complete.
* **NeedsRouteToNet** - The device needs a static route built for it. For example: Router0 needs a static route to 192.168.5.0 for this test to be marked as complete.
* **NeedsUntaggedVLAN ** - The device (switch / server) needs a vlan set up on it, and a specific port marked as "untagged" on a specific vlan. For example: Switch0 needs port 1 untagged on VLAN1 for this test to be marked as complete.
* **NeedsTaggedVLAN** - The device (switch / server) needs a vlan set up on it, and a specific port marked as "Tagged" on a specific vlan. For example: Switch0 needs port 1 Taggedon VLAN1 for this test to be marked as complete.
* **NeedsForbiddenVLAN **- The device (switch / server) needs a vlan set up on it, and a specific port marked as "forbidden" on a specific vlan. For example: Switch0 needs port 1 forbiddenon VLAN1 for this test to be marked as complete.
* NeedsRouteToNet,
* NeedsUntaggedVLAN,
* NeedsTaggedVLAN,
* NeedsForbiddenVLAN,
* SuccessfullyPings,
* SuccessfullyPingsAgain,
* SuccessfullyArps,