setup general switch configuration way
Status: Beta
Brought to you by:
hansyin
For sharing testing package between multiple QA engineers, we should setup different test packages which can be used by all QA engineers in their own test environments. The big problem for sharing test package is switch configuration, each one's switch connection are different, so real switch configuration command in test case can only be used in creator's test environment.
the solution is: everybody setup its switch-device connection table, input their own connection data. then using general configuration command which can be parsed by code, then change it to real switch configuration command and send it to switch in background.