Skip to content

Commit e964abc

Browse files
committed
test(binary-upgrade): add final smoke test to old-from-new scenarios
1 parent 765a60b commit e964abc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

binary-upgrade-tests/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ class SmokeTest:
170170
UpgradeSupportServices(),
171171
AssertImagesUpgraded(),
172172
JoinNode(NEW_NODE_INDEX, overlay=NODE_5_FS_OVERLAY),
173+
SmokeTest(),
173174
],
174175
"old-from-new-pg": [
175176
SmokeTest(tag_source="base"),
@@ -181,6 +182,7 @@ class SmokeTest:
181182
UpgradeSupportServices(),
182183
AssertImagesUpgraded(),
183184
JoinNode(NEW_NODE_INDEX, overlay=NODE_5_PG_OVERLAY),
185+
SmokeTest(),
184186
],
185187
}
186188

0 commit comments

Comments
 (0)