#535 [beaker-tests-sanity] remove the module properly
Merged 5 years ago by msuchy. Opened 5 years ago by frostyx.
copr/ frostyx/copr test-remove-module  into  master

@@ -199,7 +199,7 @@ 

          rlRun "dnf module enable testmodule:beakertest"

          rlRun "dnf -y module install testmodule/default"

          rlRun "rpm -q mksh"

-         rlRun "dnf -y module remove testmodule"

+         rlRun "dnf -y module remove testmodule:beakertest/default"

          rlRun "dnf -y module disable testmodule"

  

  

We need to specify stream and profile when removing a module to avoid:

Error: Different stream enabled for module: testmodule

This commit should have been a part of PR#522, but somehow
disappeared during rebase.

rebased onto 9b97733

5 years ago

Pull-Request has been merged by msuchy

5 years ago