migrate network_partition to sig apps

This commit is contained in:
Gavin 2017-11-01 14:14:09 +08:00
parent 09d896bfd0
commit 917a94ee8a

View File

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