Commit 0e1b0cf
authored
[GCU] Fix missing backend in dry run (sonic-net#2347)
What I did
Fix sonic-net#11912
How I did it
Add the missing 'remove_backend_tables_from_config' in dry run.
How to verify it
Run unit test and manual test locally.1 parent 676c31b commit 0e1b0cf
File tree
2 files changed
+5
-0
lines changed- generic_config_updater
- tests/generic_config_updater
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
0 commit comments