Skip to content

Commit

Permalink
tests: re-instate metrics.k8s.io APIService test
Browse files Browse the repository at this point in the history
See: edf10ef
See: #1624
See: #1630
  • Loading branch information
NicolasT committed Dec 3, 2019
1 parent 7b6760a commit 99e06e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/post/features/monitoring.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ Feature: Monitoring is up and running
And job 'prometheus-operator-operator' in namespace 'metalk8s-monitoring' is 'up'
And job 'prometheus-operator-prometheus' in namespace 'metalk8s-monitoring' is 'up'
And job 'kube-state-metrics' in namespace 'metalk8s-monitoring' is 'up'

Scenario: The metrics.k8s.io/v1beta1 API is available
Given the Kubernetes API is available
And we have 1 running pod labeled 'name=prometheus-adapter' in namespace 'metalk8s-monitoring'
And the 'v1beta1.metrics.k8s.io' APIService exists
Then the 'v1beta1.metrics.k8s.io' APIService is Available

0 comments on commit 99e06e2

Please sign in to comment.