N1 - Deploy Netconf and Verify its Vital Signs
Test Objective
- Purpose of this test is to launch Netconf together with all of its dependencies and verify that all are in working condition.
Test Configuration and Procedure
- Since Netconf is deployed as part of Voltha ensemble, follow the instructions from Voltha
Pass/Fail Criteria (Installation Checkpoint)
- The Pass/Fail criteria in Voltha applies here as well.
- Verify Netconf server is up and listening on port 1830. Issue the following commands in the same Linux terminal:
docker-compose -f compose/docker-compose-system-test.yml logs netconf | grep 1830
Expected output are:
netconf_1 | <time> DEBUG nc_server.start_ssh_server {port: 1830, event: starting, instance_id: compose_netconf_1}
netconf_1 | <time DEBUG nc_server.start_ssh_server {port: 1830, event: started, instance_id: compose_netconf_1}