mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #106511 from spiffxp/demote-events-test
demote kubelet events test from Conformance
This commit is contained in:
commit
fbffe056dd
10
test/conformance/testdata/conformance.yaml
vendored
10
test/conformance/testdata/conformance.yaml
vendored
@ -1788,16 +1788,6 @@
|
||||
visible at runtime in the container.
|
||||
release: v1.9
|
||||
file: test/e2e/common/node/downwardapi.go
|
||||
- testname: Pod events, verify event from Scheduler and Kubelet
|
||||
codename: '[sig-node] Events should be sent by kubelets and the scheduler about
|
||||
pods scheduling and running [Conformance]'
|
||||
description: Create a Pod, make sure that the Pod can be queried. Create a event
|
||||
selector for the kind=Pod and the source is the Scheduler. List of the events
|
||||
MUST be at least one. Create a event selector for kind=Pod and the source is the
|
||||
Kubelet. List of the events MUST be at least one. Both Scheduler and Kubelet MUST
|
||||
send events when scheduling and running a Pod.
|
||||
release: v1.9
|
||||
file: test/e2e/node/events.go
|
||||
- testname: init-container-starts-app-restartalways-pod
|
||||
codename: '[sig-node] InitContainer [NodeConformance] should invoke init containers
|
||||
on a RestartAlways pod [Conformance]'
|
||||
|
@ -36,12 +36,7 @@ import (
|
||||
var _ = SIGDescribe("Events", func() {
|
||||
f := framework.NewDefaultFramework("events")
|
||||
|
||||
/*
|
||||
Release: v1.9
|
||||
Testname: Pod events, verify event from Scheduler and Kubelet
|
||||
Description: Create a Pod, make sure that the Pod can be queried. Create a event selector for the kind=Pod and the source is the Scheduler. List of the events MUST be at least one. Create a event selector for kind=Pod and the source is the Kubelet. List of the events MUST be at least one. Both Scheduler and Kubelet MUST send events when scheduling and running a Pod.
|
||||
*/
|
||||
framework.ConformanceIt("should be sent by kubelets and the scheduler about pods scheduling and running ", func() {
|
||||
ginkgo.It("should be sent by kubelets and the scheduler about pods scheduling and running ", func() {
|
||||
|
||||
podClient := f.ClientSet.CoreV1().Pods(f.Namespace.Name)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user