Commit fbbcf15
committed
Simplify VCH management API metadata test cases (#8150)
Previously, it was necessary to retry Get Version due to the potential
for a race between server initialization and test execution. Now that
the Start VIC Machine Server keyword waits for the server to start
(280704f), this race is no longer possible. Simplify the test code
accordingly.
Additionally, eliminate duplicaton of the service name between setup
and diagnostic keywords by defining a variable.1 parent 4ef5b27 commit fbbcf15
File tree
2 files changed
+4
-7
lines changed- tests
- resources
- test-cases/Group23-VIC-Machine-Service
2 files changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 26 | | |
31 | | - | |
32 | 27 | | |
33 | 28 | | |
34 | 29 | | |
| |||
44 | 39 | | |
45 | 40 | | |
46 | 41 | | |
47 | | - | |
| 42 | + | |
48 | 43 | | |
| 44 | + | |
49 | 45 | | |
50 | 46 | | |
51 | 47 | | |
| |||
0 commit comments