Skip to content

Commit 11c4407

Browse files
lanfon72khushboo-rancher
authored andcommitted
* [e2e] fix image fixture in upgrade
Signed-off-by: Lanfon Fan <[email protected]>
1 parent b3ba6de commit 11c4407

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

harvester_e2e_tests/integrations/test_upgrade.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ def image(api_client, image_ubuntu, unique_name, wait_timeout):
117117
)
118118

119119
yield dict(id=f"{data['metadata']['namespace']}/{unique_image_id}",
120-
user=image_ubuntu.ssh_user)
120+
user=image_ubuntu.ssh_user,
121+
first_nic=image_ubuntu.first_nic)
121122

122123
code, data = api_client.images.delete(unique_image_id)
123124

0 commit comments

Comments
 (0)