Skip to content

Commit

Permalink
Merge pull request #17415 from mloviska/bci_on_tw
Browse files Browse the repository at this point in the history
Introduce BCI tests for tumbleweed based images
  • Loading branch information
jlausuch committed Jul 14, 2023
2 parents 98d6f71 + 0b9a794 commit cb938e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/containers/bci_prepare.pm
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ sub run {
foreach my $pkg (@packages) {
zypper_call("--quiet in $pkg", timeout => 300);
}
assert_script_run('pip3.6 --quiet install --upgrade pip', timeout => 600);
assert_script_run("pip3.6 --quiet install tox --ignore-installed six", timeout => 600);
assert_script_run('pip --quiet install --upgrade pip', timeout => 600);
assert_script_run("pip --quiet install tox --ignore-installed six", timeout => 600);
} else {
die "Unexpected distribution ($host_distri) has been used";
}
Expand Down
1 change: 1 addition & 0 deletions tests/containers/bci_test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ sub run {
assert_script_run("export TOX_PARALLEL_NO_SPINNER=1");
assert_script_run("export CONTAINER_RUNTIME=$engine");
$version =~ s/-SP/./g;
$version = lc($version);
assert_script_run("export OS_VERSION=$version");
assert_script_run("export TARGET=$bci_target");
assert_script_run("export BCI_DEVEL_REPO=$bci_devel_repo") if $bci_devel_repo;
Expand Down

0 comments on commit cb938e4

Please sign in to comment.