Skip to content

Commit

Permalink
Merge pull request #739 from SUSE/fix_wget_failures
Browse files Browse the repository at this point in the history
Use a webserver for tests that is under our control (bsc#1236833)
  • Loading branch information
dirkmueller authored Feb 6, 2025
2 parents 893aeb9 + 7879a6b commit a986c05
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ def test_python_webserver_1(
(
BCDIR + OUTDIR,
"communication_examples.py",
"https://www.suse.com/assets/img/suse-white-logo-green.svg",
"suse-white-logo-green.svg",
"https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg",
"SLE_BCI_logomark_green.svg",
)
],
)
Expand All @@ -292,8 +292,7 @@ def test_python_webserver_2(

# copy an application file from the local test-server into the running
# container under test
host.run_expect(
[0],
host.check_output(
f"{container_runtime.runner_binary} cp {ORIG + APPDIR + appl2} "
f"{container_per_test.container_id}:{BCDIR + APPDIR}",
)
Expand Down

0 comments on commit a986c05

Please sign in to comment.