Objective¶
Verify that the driver is capable of checking the connection to a remote device before it is added to the system.
The driver must verify configurations, permissions, addressing, etc. Everything necessary for the device to function correctly.
Test Steps¶
- Go to the device addition menu
- Enter the data of a remote device
- Enter incorrect data and ping the device
- Enter correct data and ping the device
Expected Results¶
- The driver must respond to ping when all data is correct
- The driver must respond with an error when data is incorrect
Additional Notes¶
- It is recommended to test each device data field and verify that ping fails at the slightest error.