Skip to content

Commit 7e63ed0

Browse files
committed
test(tmachine): stabilize package upgrade scenarios
Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent c8ab35d commit 7e63ed0

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

‎tests/ansible/playbooks/upgrade/deb.yaml‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66
hosts: all
77
gather_facts: false
88
vars:
9-
upgrade_sandbox: tmachine-upgrade-existing
10-
post_upgrade_sandbox: tmachine-upgrade-new
9+
upgrade_sandbox: upgrade-existing
10+
post_upgrade_sandbox: upgrade-new
1111
user_systemd_environment:
1212
XDG_RUNTIME_DIR: /run/user/1000
1313
DBUS_SESSION_BUS_ADDRESS: unix:path=/run/user/1000/bus
1414
tasks:
15+
- name: Wait for SSH
16+
ansible.builtin.wait_for_connection:
17+
1518
- name: Exercise prerelease baseline and upgrade candidate
1619
block:
1720
- name: Read expected source package version

‎tests/ansible/playbooks/upgrade/rpm.yaml‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66
hosts: all
77
gather_facts: false
88
vars:
9-
upgrade_sandbox: tmachine-upgrade-existing
10-
post_upgrade_sandbox: tmachine-upgrade-new
9+
upgrade_sandbox: upgrade-existing
10+
post_upgrade_sandbox: upgrade-new
1111
user_systemd_environment:
1212
HOME: /home/tmachine
1313
XDG_RUNTIME_DIR: /run/user/1000
1414
DBUS_SESSION_BUS_ADDRESS: unix:path=/run/user/1000/bus
1515
tasks:
16+
- name: Wait for SSH
17+
ansible.builtin.wait_for_connection:
18+
1619
- name: Exercise prerelease baseline and RPM upgrade candidate
1720
block:
1821
- name: Read expected source package versions

0 commit comments

Comments
 (0)