mirror of https://github.com/k3s-io/k3s
Don't expect pod to stay up during node upgrade
parent
37cd490ae7
commit
14dda3f199
|
@ -69,7 +69,7 @@ func (t *AppArmorUpgradeTest) Setup(f *framework.Framework) {
|
||||||
// pod can still consume the secret.
|
// pod can still consume the secret.
|
||||||
func (t *AppArmorUpgradeTest) Test(f *framework.Framework, done <-chan struct{}, upgrade UpgradeType) {
|
func (t *AppArmorUpgradeTest) Test(f *framework.Framework, done <-chan struct{}, upgrade UpgradeType) {
|
||||||
<-done
|
<-done
|
||||||
if upgrade == MasterUpgrade || upgrade == ClusterUpgrade {
|
if upgrade == MasterUpgrade {
|
||||||
t.verifyPodStillUp(f)
|
t.verifyPodStillUp(f)
|
||||||
}
|
}
|
||||||
t.verifyNodesAppArmorEnabled(f)
|
t.verifyNodesAppArmorEnabled(f)
|
||||||
|
|
Loading…
Reference in New Issue