@@ -11,7 +11,7 @@ Feature: CAMARA QoS Profiles API, v1.1.0 - Operation retrieveQoSProfiles
1111 # * If some QoS Profile is restricted for some devices, provide the QoS profile name and device
1212 # * A device object identifying a device commercialized by the implementation for which the service is not applicable, if any
1313
14- # References to OAS spec schemas refer to schemas specifies in qos-profiles.yaml
14+ # References to OAS spec schemas refer to schemas specified in qos-profiles.yaml
1515
1616 Background : Common retrieveQoSProfiles setup
1717 Given an environment at "apiRoot"
@@ -32,7 +32,7 @@ Feature: CAMARA QoS Profiles API, v1.1.0 - Operation retrieveQoSProfiles
3232 Then the response status code is 200
3333 And the response header "Content-Type" is "application/json"
3434 And the response header "x-correlator" has same value as the request header "x-correlator"
35- And each item of the the response array, if any, complies with the OAS schema at "/components/schemas/QosProfile"
35+ And each item of the response array, if any, complies with the OAS schema at "/components/schemas/QosProfile"
3636 # TBC: Add additional constraints, such as max* properties must be higher than min* equivalent properties, etc
3737
3838 @qos_profiles_retrieveQoSProfiles_02_filter_by_name_only
@@ -54,8 +54,8 @@ Feature: CAMARA QoS Profiles API, v1.1.0 - Operation retrieveQoSProfiles
5454 Then the response status code is 200
5555 And the response header "Content-Type" is "application/json"
5656 And the response header "x-correlator" has same value as the request header "x-correlator"
57- And each item of the the response array, if any, complies with the OAS schema at "/components/schemas/QosProfile"
58- And each item of the the response array, if any, has property "$[*].status" equal to <status>
57+ And each item of the response array, if any, complies with the OAS schema at "/components/schemas/QosProfile"
58+ And each item of the response array, if any, has property "$[*].status" equal to <status>
5959
6060 Examples :
6161 | status |
@@ -72,8 +72,8 @@ Feature: CAMARA QoS Profiles API, v1.1.0 - Operation retrieveQoSProfiles
7272 Then the response status code is 200
7373 And the response header "Content-Type" is "application/json"
7474 And the response header "x-correlator" has same value as the request header "x-correlator"
75- And each item of the the response array complies with the OAS schema at "/components/schemas/QosProfile"
76- And the restricted QoS Profiles is returned in the response
75+ And each item of the response array complies with the OAS schema at "/components/schemas/QosProfile"
76+ And the restricted QoS Profiles are returned in the response
7777
7878 @qos_profiles_retrieveQoSProfiles_05_not_return_restricted_profiles
7979 Scenario : Do not return restricted QoS Profiles restricted to certain devices
@@ -84,11 +84,11 @@ Feature: CAMARA QoS Profiles API, v1.1.0 - Operation retrieveQoSProfiles
8484 Then the response status code is 200
8585 And the response header "Content-Type" is "application/json"
8686 And the response header "x-correlator" has same value as the request header "x-correlator"
87- And each item of the the response array complies with the OAS schema at "/components/schemas/QosProfile"
87+ And each item of the response array complies with the OAS schema at "/components/schemas/QosProfile"
8888 And no restricted QoS Profile is included in the response
8989
9090 @qos_profiles_retrieveQoSProfiles_06_device_qos_profiles_not_found
91- Scenario : Device has not QoS profiles associated
91+ Scenario : Device has no QoS profiles associated
9292 Given a device for which the service is not applicable, provided in the request body or identified by the access token
9393 When the request "retrieveQoSProfiles" is sent
9494 Then the response status code is 200
0 commit comments