cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
301
Views
0
Helpful
0
Replies

Testing Approach for Custom NSO NED Commands Confirmation

Hello Community,

I am working with the TAC & BU to develop a custom NSO NED. When they provide updates, they request confirmation regarding the functionality of specific commands.

Example Commands:
-- (line 40) : 'hostname bulbasaur01'
-- (line 41) : 'clock timezone us Mountain'
-- (line 43) : 'ip address 10.9.0.1 255.255.255.0'

Here is my approach to testing these commands:

For Command 'hostname'
- Apply Config on the Device
- NSO check-sync
- NSO compare-config
- NSO sync-from
- NSO sync-from
- NSO Rollback
- Apply Config on the Device
- NSO sync-to
- Apply Config via REST API
- Update Config via REST API
- Delete Config via REST API

Am I conducting the test correctly? Is there anything else I should include?

Thank you.

0 Replies 0