...
| Test Cases # | Description | Pass Criteria | Road Map |
|---|---|---|---|
| 1 | Set up test parameters | Pass if params are set | Finished |
| 2 | Set cell and build, uninstall, and install ONOS | Pass if sets cell correctly and build, uninstall, and install passes | Finished |
| 10 | Setup Mininet with 1.0 OVS | Pass if mininet, switch assignment and topology comparison all pass | Finished |
| 11 | Setup Mininet with 1.3 OVS | Pass if mininet, switch assignment and topology comparison all pass | Finished |
| 14 | Stop Mininet | Pass if mininet and switches are successfully stopped | Finished |
| 20 | Make sure the netconf app is activated | Pass if NETCONF app is successfully started or already running | Finished |
| 22 | Write a configuration file and upload it to ONOS through REST API to connect a device | Pass if config file is written and a 200 response is given by ONOS REST | In progress |
| 23 | Get and Set configurations using the device-controllers and device-set controllers method | Pass if valid responses | In progress |
| 24 | Disconnect a device | Pass if device is successfully disconected | In progress |