Skip to content

Commit a79fce5

Browse files
committed
ERR to MANUAL
1 parent 104d35a commit a79fce5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

aci-preupgrade-validation-script.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3284,8 +3284,8 @@ def telemetryStatsServerP_object_check(index, total_checks, sw_cversion=None, tv
32843284
print_title(title, index, total_checks)
32853285

32863286
if not sw_cversion:
3287-
print_result(title, ERROR, "Current switch version not found. Check switch health.")
3288-
return ERROR
3287+
print_result(title, MANUAL, "Current switch version not found. Check switch health.")
3288+
return MANUAL
32893289

32903290
if not tversion:
32913291
print_result(title, MANUAL, 'Current or target Switch version not supplied. Skipping.')
@@ -4212,8 +4212,8 @@ def unsupported_fec_configuration_ex_check(index, total_checks, sw_cversion, tve
42124212
print_title(title, index, total_checks)
42134213

42144214
if not sw_cversion:
4215-
print_result(title, ERROR, "Current switch version not found. Check switch health.")
4216-
return ERROR
4215+
print_result(title, MANUAL, "Current switch version not found. Check switch health.")
4216+
return MANUAL
42174217

42184218
if not tversion:
42194219
print_result(title, MANUAL, "Target switch version not supplied. Skipping.")

tests/unsupported_fec_configuration_ex_check/test_unsupported_fec_configuration_ex_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
{topSystems: []},
5454
None,
5555
"5.2(5c)",
56-
script.ERROR,
56+
script.MANUAL,
5757
),
5858
(
5959
{topSystems: []},

0 commit comments

Comments
 (0)