CiscoDevNet / DNAC-AURA

MIT License
37 stars 14 forks source link

Wolverine system version not matching #1

Closed aradford123 closed 4 years ago

aradford123 commented 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

aradford123 commented 4 years ago

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