Closed aradford123 closed 4 years ago
On wolverine, the system version was not matching. $ maglev package status | grep -E '^system|platform-ui' platform-ui Cisco DNA Center UI 1.5.0.528 - DEPLOYED system System 1.5.154 - DEPLOYED system-commons System Commons 2.1.210.62354 - DEPLOYED
Need to strip out the system-commons package
def get_dnac_version(): cmd = "maglev package status | grep -E '^system |platform-ui'" status, cli_outp = run_shell
Added a space after system. This will cause system-commons to be ignored
On wolverine, the system version was not matching. $ maglev package status | grep -E '^system|platform-ui'
platform-ui Cisco DNA Center UI 1.5.0.528 - DEPLOYED
system System 1.5.154 - DEPLOYED
system-commons System Commons 2.1.210.62354 - DEPLOYED
Need to strip out the system-commons package