-
Type: Story
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.8
-
Component/s: Testing
-
Labels:
-
Story Points:8
-
Epic Link:
In robot library 'onos.robot' there are a lot of keywords which setup a new SSH connection to onos for each call. This leads more an more to SSH connection issues while pipeline tests as well as individual tests in local environments. There exitsts already the mechanism to establish once a SSH connection to onos and use this for all interworking with onos. The mechanism already does a reconnect when connection is broken or timed out.
All keywords using an own established SSH connection have to be replaced by using single SSH connection. Set up and close of single SSH connection should take over by Common Suite Set up and Suite Teardown.
# | Subject | Branch | Project | Status | CR | V |
---|---|---|---|---|---|---|
25529,5 | [VOL-4041] Migration to single ONOS SSH connection | master | voltha-system-tests | Status: MERGED | +2 | +1 |
25726,3 | use single ssh connection to onos It belongs to VOL-4041 and is the second part. Keyword 'Execute ONOS CLI Command on open connection' is deprecated and is replaced by keyword 'Execute ONOS CLI Command use single connection' for all test suites and libraries. | master | voltha-system-tests | Status: MERGED | +2 | +1 |