Skip to content

Commit

Permalink
test(health_probes): add pytest for the readiness probe endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Dec 5, 2024
1 parent a794199 commit 831d3b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/bdd/features/health_probes/health_probes.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Feature: Cordoning

Background:
Given agent-core service
And rest service with the --core-health-freq option set

Scenario: The /ready endpoint in the rest service returns HTTP 200 when the core

0 comments on commit 831d3b9

Please sign in to comment.