@@ -7,7 +7,11 @@ Feature: Microshift test stories
77 And setting config property "persistent-volume-size" to value "20" succeeds
88 And ensuring network mode user
99 And executing single crc setup command succeeds
10+ And get cpu data "Before start"
11+ And get memory data "Before start"
1012 And starting CRC with default bundle succeeds
13+ And get cpu data "After start"
14+ And get memory data "After start"
1115 And ensuring oc command is available
1216 And ensuring microshift cluster is fully operational
1317 And executing "crc status" succeeds
@@ -32,9 +36,13 @@ Feature: Microshift test stories
3236 When executing "oc expose svc httpd-example" succeeds
3337 Then stdout should contain "httpd-example exposed"
3438 When with up to "20" retries with wait period of "5s" http response from "http://httpd-example-testproj.apps.crc.testing" has status code "200"
39+ And get cpu data "After deployment"
40+ And get memory data "After deployment"
3541 Then executing "curl -s http://httpd-example-testproj.apps.crc.testing" succeeds
3642 And stdout should contain "Hello CRC!"
3743 When executing "crc stop" succeeds
44+ And get cpu data "After stop"
45+ And get memory data "After stop"
3846 And starting CRC with default bundle succeeds
3947 And checking that CRC is running
4048 And with up to "4" retries with wait period of "1m" http response from "http://httpd-example-testproj.apps.crc.testing" has status code "200"
0 commit comments