Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Add acceptance tests for Monitoring Host and Services APIs (#7945)
Browse files Browse the repository at this point in the history
* feat(test): cover with acceptance test Monitoring Host\Service APIs
* feat(test): cover Monitoring Host\Service APIs
* chore(dependency): update composer.lock
* feat(test): extend Monitoring Host\Service APIs acceptance test with detailed checks of response
* fix(test): adjust Monitoring Host\Service API tests
* fix(test): uncomment scenarios in ServiceApi.feature

Resolve MON-4185
  • Loading branch information
vhr authored Oct 10, 2019
1 parent cda3d77 commit 81970ba
Show file tree
Hide file tree
Showing 5 changed files with 420 additions and 166 deletions.
8 changes: 7 additions & 1 deletion behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,4 +371,10 @@ default:

images_api:
paths: [ "%paths.base%/features/ImagesApi.feature" ]
contexts: [ ImagesApiContext ]
contexts: [ ImagesApiContext ]

api_v2_monitoring:
paths:
- "%paths.base%/features/APIv2/Monitoring/HostApi.feature"
- "%paths.base%/features/APIv2/Monitoring/ServiceApi.feature"
contexts: [ APIv2Context ]
Loading

0 comments on commit 81970ba

Please sign in to comment.