Skip to content

Commit

Permalink
tests: add --cache-only option for rpm-ostree install
Browse files Browse the repository at this point in the history
  • Loading branch information
HuijingHei committed Aug 2, 2022
1 parent fea3a3c commit 24a4c3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mantle/kola/tests/rpmostree/deployments.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@ func rpmOstreeInstallUninstall(c cluster.TestCluster) {

c.Run("install", func(c cluster.TestCluster) {
// install package and reboot
c.RunCmdSync(m, "sudo rpm-ostree install "+ahtRpmPath)
// add workaround for scos
// https://bugzilla.redhat.com/show_bug.cgi?id=2113042
c.RunCmdSync(m, "sudo rpm-ostree install --cache-only "+ahtRpmPath)

installRebootErr := m.Reboot()
if installRebootErr != nil {
Expand Down

0 comments on commit 24a4c3f

Please sign in to comment.