diff --git a/code/API_definitions/device-swap.yaml b/code/API_definitions/device-swap.yaml index 735941b..193e1a2 100644 --- a/code/API_definitions/device-swap.yaml +++ b/code/API_definitions/device-swap.yaml @@ -63,7 +63,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 1.0.0 + version: wip x-camara-commonalities: 0.6 externalDocs: @@ -71,7 +71,7 @@ externalDocs: url: https://github.com/camaraproject/DeviceSwap servers: - - url: '{apiRoot}/device-swap/v1' + - url: '{apiRoot}/device-swap/vwip' variables: apiRoot: default: http://localhost:9091 diff --git a/code/Test_definitions/device-swap-checkDeviceSwap.feature b/code/Test_definitions/device-swap-checkDeviceSwap.feature index 1084481..f629a2c 100644 --- a/code/Test_definitions/device-swap-checkDeviceSwap.feature +++ b/code/Test_definitions/device-swap-checkDeviceSwap.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Device Swap API, v1.0.0 - Operation checkDeviceSwap +Feature: CAMARA Device Swap API, vwip - Operation checkDeviceSwap # Input to be provided by the implementation to the tester # @@ -8,7 +8,7 @@ Feature: CAMARA Device Swap API, v1.0.0 - Operation checkDeviceSwap # References to OAS spec schemas refer to schemas specifies in device-swap.yaml Background: Common checkDeviceSwap setup - Given the resource "device-swap/v1/check" + Given the resource "device-swap/vwip/check" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator" diff --git a/code/Test_definitions/device-swap-retrieveDeviceSwapDate.feature b/code/Test_definitions/device-swap-retrieveDeviceSwapDate.feature index e96e006..0d3982c 100644 --- a/code/Test_definitions/device-swap-retrieveDeviceSwapDate.feature +++ b/code/Test_definitions/device-swap-retrieveDeviceSwapDate.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Device Swap API, v1.0.0 - Operation retrieveDeviceSwapDate +Feature: CAMARA Device Swap API, vwip - Operation retrieveDeviceSwapDate # Input to be provided by the implementation to the tester # @@ -8,7 +8,7 @@ Feature: CAMARA Device Swap API, v1.0.0 - Operation retrieveDeviceSwapDate # References to OAS spec schemas refer to schemas specifies in device-swap.yaml. Background: Common retrieveDeviceSwapDate setup - Given the resource "device-swap/v1/retrieve-date" + Given the resource "device-swap/vwip/retrieve-date" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"