"sw_cversion is None" means either a) the fabric has no switches or b) there was an error with the query (i.e. get_sw_version()).
a) cannot happen with a real setup except for a lab only with an APIC.
b) needs to be captured as an error. If the script output shows errors clearly from get_sw_version(), the subsequent individual checks could be marked as MANUAL instead of ERROR. Need to check this point.
"sw_cversion is None" means either a) the fabric has no switches or b) there was an error with the query (i.e. get_sw_version()).
a) cannot happen with a real setup except for a lab only with an APIC.
b) needs to be captured as an error. If the script output shows errors clearly from get_sw_version(), the subsequent individual checks could be marked as MANUAL instead of ERROR. Need to check this point.