Skip to content

Commit 2384eff

Browse files
SavchukRomanLvparmarkj
authored andcommitted
[reboot] Remove INIT_VIEW from event check (sonic-net#7995)
What is the motivation for this PR? Reboot TC failed with error "Event INIT_VIEW was found 0 times, when expected exactly 1 times" How did you do it? Remove INIT_VIEW check How did you verify/test it? Run fast/warm reboot. TC passed Any platform specific information? SONiC Software Version: SONiC.202211_RC9.2-243f8ce9b
1 parent 5203beb commit 2384eff

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/common/fixtures/advanced_reboot.py

-1
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,6 @@ def __setupRebootOper(self, rebootOper):
625625

626626
event_counters = {
627627
"SAI_CREATE_SWITCH": 1,
628-
"INIT_VIEW": 1,
629628
"APPLY_VIEW": 1,
630629
"LAG_READY": len(self.mgFacts["minigraph_portchannels"]),
631630
"PORT_READY": len(self.mgFacts["minigraph_ports"]) - down_ports,

tests/platform_tests/reboot_timing_constants.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
REQUIRED_PATTERNS = {
44
"time_span": [
55
"SAI_CREATE_SWITCH",
6-
"INIT_VIEW",
76
"APPLY_VIEW"
87
],
98
"offset_from_kexec": [

0 commit comments

Comments
 (0)