mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +00:00
e2e: podresources: promote platform-independent test as NodeConformance
We have quite a few podresources e2e tests and, as the feature progresses to GA, we should consider moving them to NodeConformance. Unfortunately most of them require linux-specific features not in the test themselves but in the test prelude (fixture) to check or create the node conditions (e.g. presence or not of devices, online CPUS...) to be verified in the test proper. For this reason we promote only a single test for starters. Signed-off-by: Francesco Romani <fromani@redhat.com>
This commit is contained in:
parent
f90643435e
commit
5ca235e0ee
@ -821,7 +821,7 @@ var _ = SIGDescribe("POD Resources [Serial] [Feature:PodResources][NodeFeature:P
|
||||
})
|
||||
})
|
||||
|
||||
ginkgo.Context("when querying /metrics", func() {
|
||||
ginkgo.Context("when querying /metrics [NodeConformance]", func() {
|
||||
ginkgo.BeforeEach(func(ctx context.Context) {
|
||||
// ensure APIs have been called at least once
|
||||
endpoint, err := util.LocalEndpoint(defaultPodResourcesPath, podresources.Socket)
|
||||
|
Loading…
Reference in New Issue
Block a user