Sanne Raymaekers
5d67542f3f
test: adapt to images v0.155.0
...
- renamed wsl disk;
- install latest osbuild version in worker regression test (but keep the
older worker).
2025-07-10 16:00:45 +02:00
Tomáš Hozza
2bc27d2d85
Many: replace 'which' with 'type -p' in test cases
...
Unfortunately, `which` does not seem to be installed by default on our
F41 CI images. Instead of doing the dance with rebuilds, which has been
problematic recently, let's not rely on `which` in scripts any more,
since we can replace it with the Bash built-in `type` command.
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2025-01-30 07:48:44 +01:00
Sanne Raymaekers
5d1094a94e
test/cases/ubi-wsl: test rhel9 ga
2024-05-29 16:05:01 +02:00
Sanne Raymaekers
7d339b2989
test/cases/ubi-wsl: query Windows VM ip address via vm show
...
`vm list-ip-addresses` has proven to be quite unreliable.
2023-11-15 15:12:08 +01:00
Sanne Raymaekers
360df12548
test/cases/ubi-wsl: set --os-type when creating vm
...
Solves `invalid usage for storage profile: attach existing managed OS disk`.
2023-09-15 15:03:48 +02:00
Sanne Raymaekers
e698e104d9
test/cases/ubi-wsl: fix waiting for a valid ipv4
...
The counter never made it past 10.
2023-09-01 14:04:37 +02:00
Alexander Todorov
f2f1c8d0f0
Remove deprecated --os-type cli argument
...
test logs print:
[2023-08-22T10:18:14-04:00] 💿 Install image via installer(ISO) on VM
WARNING --os-type is deprecated and does nothing. Please stop using it.
2023-09-01 13:22:30 +02:00
Sanne Raymaekers
93fc55f98a
test/cases/ubi-wsl: public ip fixes
...
Use the "Standard" public ip sku, as "Basic" produces warnings.
Spin until the vm gets assigned a valid ipv4 address.
2023-08-28 08:44:12 +02:00
Sanne Raymaekers
e7e6a9095a
test/cases/ubi-wsl: double ssh timeout
...
This times out on occasion, give azure and windows a bit more time.
2023-08-17 15:44:07 +03:00
Sanne Raymaekers
b2451c6247
test: add ubi-wsl test
2023-07-25 10:53:21 +02:00