mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
migrate network_partition to sig apps
This commit is contained in:
parent
09d896bfd0
commit
917a94ee8a
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package e2e
|
package apps
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
@ -43,7 +43,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
timeout = 60 * time.Second
|
|
||||||
podReadyTimeout = 2 * time.Minute
|
podReadyTimeout = 2 * time.Minute
|
||||||
podNotReadyTimeout = 1 * time.Minute
|
podNotReadyTimeout = 1 * time.Minute
|
||||||
nodeReadinessTimeout = 3 * time.Minute
|
nodeReadinessTimeout = 3 * time.Minute
|
||||||
@ -103,7 +102,7 @@ func newPodOnNode(c clientset.Interface, namespace, podName, nodeName string) er
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
var _ = framework.KubeDescribe("[sig-apps] Network Partition [Disruptive] [Slow]", func() {
|
var _ = SIGDescribe("Network Partition [Disruptive] [Slow]", func() {
|
||||||
f := framework.NewDefaultFramework("network-partition")
|
f := framework.NewDefaultFramework("network-partition")
|
||||||
var systemPodsNo int32
|
var systemPodsNo int32
|
||||||
var c clientset.Interface
|
var c clientset.Interface
|
Loading…
Reference in New Issue
Block a user