Commit 37a9877
committed
Reorder fixture to preserve config db changes (sonic-net#12420)
## Description of PR
Summary:
Fixes # (issue)27603887
### Type of change
- [x] Bug fix
- [ ] Testbed and Framework(new/improvement)
- [ ] Test case(new/improvement)
## Approach
#### What is the motivation for this PR?
When ipv6 fixture runs, it overrides changes made by telemetry fixture for setting up testing environment for telemetry.
#### How did you do it?
Have ipv6 fixture run before telemetry fixture.
#### How did you verify/test it?
Manual test1 parent b96d6ae commit 37a9877
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments