Skip to content

Commit

Permalink
qa/workunits/cephadm/test_repos: add zypper
Browse files Browse the repository at this point in the history
cephadm adds partial enablement for zypper repos

Signed-off-by: Michael Fritch <[email protected]>
  • Loading branch information
mgfritch authored and phlogistonjohn committed Sep 13, 2022
1 parent 0f67723 commit 6f021ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion qa/workunits/cephadm/test_repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ function test_install_uninstall() {
sudo yum -y remove cephadm ) || \
( sudo dnf -y install cephadm && \
sudo $CEPHADM install && \
sudo dnf -y remove cephadm )
sudo dnf -y remove cephadm ) || \
( sudo zypper -n install cephadm && \
sudo $CEPHADM install && \
sudo zypper -n remove cephadm )
}

sudo $CEPHADM -v add-repo --release octopus
Expand Down

0 comments on commit 6f021ed

Please sign in to comment.