Fix AppArmor upgrade test

This commit is contained in:
Tim Allclair 2017-11-27 10:27:39 -08:00
parent e551886c5e
commit 99bfade485
No known key found for this signature in database
GPG Key ID: 434D16BCEF479EAB

View File

@ -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) {