Switch Network
Function: SWITCH_NETWORK¶
The SWITCH_NETWORK function is used to switch the test device to a specified network. This function is essential for testing the device's ability to switch between different networks.
Parameters¶
| Parameter Name | Description | Example Values | Required | Default Value |
|---|---|---|---|---|
| NETWORK_NAME | The name of the network to switch to. | Network1, Network2 | Yes | |
| TIMEOUT | The maximum time to wait for the network switch before considering it a failure. | Recommended 45 - 60 | YES | |
| EXPECT | The expected result of the network switch attempt. It defines what constitutes a successful network switch. | SUCCESS, FAILURE | Yes | SUCCESS |