Fix AppArmor upgrade test
This commit is contained in:
parent
e551886c5e
commit
99bfade485
@ -92,9 +92,6 @@ func (t *AppArmorUpgradeTest) verifyPodStillUp(f *framework.Framework) {
|
||||
func (t *AppArmorUpgradeTest) verifyNewPodSucceeds(f *framework.Framework) {
|
||||
By("Verifying an AppArmor profile is enforced for a new pod")
|
||||
common.CreateAppArmorTestPod(f, false, true)
|
||||
|
||||
By("Verifying an unconfined AppArmor profile is enforced for a new pod")
|
||||
common.CreateAppArmorTestPod(f, true, true)
|
||||
}
|
||||
|
||||
func (t *AppArmorUpgradeTest) verifyNodesAppArmorEnabled(f *framework.Framework) {
|
||||
|
Loading…
Reference in New Issue
Block a user