@@ -7,7 +7,11 @@ Feature: Microshift test stories
7
7
And setting config property "persistent-volume-size" to value "20" succeeds
8
8
And ensuring network mode user
9
9
And executing single crc setup command succeeds
10
+ And get cpu data "Before start"
11
+ And get memory data "Before start"
10
12
And starting CRC with default bundle succeeds
13
+ And get cpu data "After start"
14
+ And get memory data "After start"
11
15
And ensuring oc command is available
12
16
And ensuring microshift cluster is fully operational
13
17
And executing "crc status" succeeds
@@ -32,9 +36,13 @@ Feature: Microshift test stories
32
36
When executing "oc expose svc httpd-example" succeeds
33
37
Then stdout should contain "httpd-example exposed"
34
38
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"
35
41
Then executing "curl -s http://httpd-example-testproj.apps.crc.testing" succeeds
36
42
And stdout should contain "Hello CRC!"
37
43
When executing "crc stop" succeeds
44
+ And get cpu data "After stop"
45
+ And get memory data "After stop"
38
46
And starting CRC with default bundle succeeds
39
47
And checking that CRC is running
40
48
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