Update Create_NetTests - some tests

Tim Young 2017-08-11 18:13:35 +02:00
parent e75b0d331b
commit c32e107520

@ -7,29 +7,33 @@ Double-click the test box to add one, or right-click in the box.
These "tests" will usually keep something from being changed, deleted, or something like that. For example, if PC0 has a test that its IP address needs to be local to Router0, then it will lock PC0 so you cannot delete it. It will also lock the nic, so you cannot delete the nic. Some of the tests will only lock something. It makes it harder for someone to goof up things you do not want them to mess with.
The tests are:
NeedsLocalIPTo,
NeedsDefaultGW,
NeedsLinkToDevice,
NeedsRouteToNet,
NeedsUntaggedVLAN,
NeedsTaggedVLAN,
NeedsForbiddenVLAN,
SuccessfullyPings,
SuccessfullyPingsAgain,
SuccessfullyArps,
SuccessfullyDHCPs,
HelpRequest,
ReadContextHelp,
FailedPing,
DHCPServerEnabled,
SuccessfullyTraceroutes,
LockAll,
LockIP,
LockRoute,
LockNic,
LockDHCP,
LockGateway,
LockVLANsOnHost,
LockNicVLAN,
LockInterfaceVLAN,
LockVLANNames
* 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.
* 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,
* NeedsUntaggedVLAN,
* NeedsTaggedVLAN,
* NeedsForbiddenVLAN,
* SuccessfullyPings,
* SuccessfullyPingsAgain,
* SuccessfullyArps,
* SuccessfullyDHCPs,
* HelpRequest,
* ReadContextHelp,
* FailedPing,
* DHCPServerEnabled,
* SuccessfullyTraceroutes,
* LockAll,
* LockIP,
* LockRoute,
* LockNic,
* LockDHCP,
* LockGateway,
* LockVLANsOnHost,
* LockNicVLAN,
* LockInterfaceVLAN,
* LockVLANNames