diff --git a/code/API_definitions/device-data-volume-subscriptions.yaml b/code/API_definitions/device-data-volume-subscriptions.yaml index 9c1ceef..f94e6c6 100644 --- a/code/API_definitions/device-data-volume-subscriptions.yaml +++ b/code/API_definitions/device-data-volume-subscriptions.yaml @@ -88,7 +88,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.1.0-rc.1 + version: wip x-camara-commonalities: 0.6 externalDocs: @@ -96,7 +96,7 @@ externalDocs: url: https://github.com/camaraproject/DeviceDataVolume servers: - - url: "{apiRoot}/device-data-volume-subscriptions/v0.1rc1" + - url: "{apiRoot}/device-data-volume-subscriptions/vwip" variables: apiRoot: default: http://localhost:9091 diff --git a/code/API_definitions/device-data-volume.yaml b/code/API_definitions/device-data-volume.yaml index 1a1ed15..9b7ed83 100644 --- a/code/API_definitions/device-data-volume.yaml +++ b/code/API_definitions/device-data-volume.yaml @@ -61,7 +61,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.1.0-rc.1 + version: wip x-camara-commonalities: 0.6 externalDocs: @@ -69,7 +69,7 @@ externalDocs: url: https://github.com/camaraproject/DeviceDataVolume servers: - - url: "{apiRoot}/device-data-volume/v0.1rc1" + - url: "{apiRoot}/device-data-volume/vwip" variables: apiRoot: default: http://localhost:9091 diff --git a/code/Test_definitions/device-data-volume-checkDataVolume.feature b/code/Test_definitions/device-data-volume-checkDataVolume.feature index de39497..f73942a 100644 --- a/code/Test_definitions/device-data-volume-checkDataVolume.feature +++ b/code/Test_definitions/device-data-volume-checkDataVolume.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Device Data Volume API, v0.1.0-rc.1 - Operation checkDataVolume +Feature: CAMARA Device Data Volume API, vwip - Operation checkDataVolume # Input to be provided by the implementation to the tester # @@ -12,7 +12,7 @@ Feature: CAMARA Device Data Volume API, v0.1.0-rc.1 - Operation checkDataVolume # References to OAS spec schemas refer to schemas specified in device-data-volume.yaml Background: Common checkDataVolume setup - Given the resource "/device-data-volume/v0.1rc1/check" + Given the resource "/device-data-volume/vwip/check" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator" And the request body is set by default to a request body compliant with the schema "#/components/schemas/CheckDataVolumeRequest" diff --git a/code/Test_definitions/device-data-volume-retrieveDataVolume.feature b/code/Test_definitions/device-data-volume-retrieveDataVolume.feature index 1ae87ce..db72cc9 100644 --- a/code/Test_definitions/device-data-volume-retrieveDataVolume.feature +++ b/code/Test_definitions/device-data-volume-retrieveDataVolume.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Device Data Volume API, v0.1.0-rc.1 - Operation retrieveDataVolume +Feature: CAMARA Device Data Volume API, vwip - Operation retrieveDataVolume # Input to be provided by the implementation to the tester @@ -13,7 +13,7 @@ Feature: CAMARA Device Data Volume API, v0.1.0-rc.1 - Operation retrieveDataVolu # References to OAS spec schemas refer to schemas specified in device-data-volume.yaml Background: Common retrieveDataVolume setup - Given the resource "/device-data-volume/v0.1rc.1/retrieve" + Given the resource "/device-data-volume/vwip/retrieve" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator" And the request body is set by default to a request body compliant with the schema "#/components/schemas/RetrieveDataVolumeRequest" diff --git a/code/Test_definitions/device-data-volume-subscriptions.feature b/code/Test_definitions/device-data-volume-subscriptions.feature index d5e9250..3281a7b 100644 --- a/code/Test_definitions/device-data-volume-subscriptions.feature +++ b/code/Test_definitions/device-data-volume-subscriptions.feature @@ -1,4 +1,4 @@ -Feature: Device Data Volume Subscriptions API, v0.1.0-rc.1 - Operation on subscriptions +Feature: Device Data Volume Subscriptions API, vwip - Operation on subscriptions # Input to be provided by the implementation to the tester # @@ -14,7 +14,7 @@ Feature: Device Data Volume Subscriptions API, v0.1.0-rc.1 - Operation on subscr # References to OAS spec schemas refer to schemas specified in device-data-volume-subscriptions.yaml Background: Common Device Data Volume setup - Given the resource "/device-data-volume-subscriptions/v0.1rc1/subscriptions" + Given the resource "/device-data-volume-subscriptions/vwip/subscriptions" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"