Commit 38ce9cb
[override_config_table] ignore non user config table in empty input compare (#7159)
Summary: Bypass non user config table in empty intput test.
What is the motivation for this PR?
The empty input compare failed in FLEX_COUNTER_TABLE comparison. This specific table will have derivative change after load_minigraph. We can skip it as it is not user config.
How did you do it?
Bypass non user config table in empty input compare.
How did you verify/test it?
Local test.1 parent 17d4e94 commit 38ce9cb
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
| |||
0 commit comments