Skip to content

Commit bca7298

Browse files
committed
cleanup
1 parent 44e8713 commit bca7298

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

aci-preupgrade-validation-script.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from getpass import getpass
2323
from collections import defaultdict
2424
from datetime import datetime
25-
from argparse import ArgumentParser
25+
from argparse import ArgumentParser
2626
import warnings
2727
import time
2828
import pexpect
@@ -1101,7 +1101,6 @@ def print_result(title, result, msg='',
11011101
doc_url='',
11021102
adjust_title=False):
11031103
synth = syntheticMaintPValidate(title, "")
1104-
# TODO: deal with unformatted data and headers
11051104
synth.updateWithResults(
11061105
result=result,
11071106
recommended_action=recommended_action,
@@ -5218,7 +5217,6 @@ def args():
52185217
'cversion': str(cversion), 'tversion': str(tversion), 'sw_cversion': str(sw_cversion)}
52195218
api_checks = [
52205219
# General Checks
5221-
# apic_version_md5_check, # Connection
52225220
target_version_compatibility_check,
52235221
gen1_switch_compatibility_check,
52245222
r_leaf_compatibility_check,
@@ -5237,8 +5235,6 @@ def args():
52375235
# Faults
52385236
apic_disk_space_faults_check,
52395237
switch_bootflash_usage_check,
5240-
# standby_apic_disk_space_check, # Connection
5241-
# apic_ssd_check, # Connection
52425238
switch_ssd_check,
52435239
port_configured_for_apic_check,
52445240
port_configured_as_l2_check,
@@ -5306,7 +5302,6 @@ def args():
53065302
n9408_model_check,
53075303
pbr_high_scale_check,
53085304
standby_sup_sync_check,
5309-
# observer_db_size_check, # Connection
53105305

53115306
]
53125307
conn_checks = [

0 commit comments

Comments
 (0)