Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/API_definitions/sim-swap-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.3.0
version: wip
x-camara-commonalities: 0.6

externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/
servers:
- url: '{apiRoot}/sim-swap-subscriptions/v0.3'
- url: '{apiRoot}/sim-swap-subscriptions/vwip'
variables:
apiRoot:
default: http://localhost:9091
Expand Down
4 changes: 2 additions & 2 deletions code/API_definitions/sim-swap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 2.1.0
version: wip
x-camara-commonalities: 0.6
externalDocs:
description: Product documentation at Camara
url: https://github.com/camaraproject/SimSwap
servers:
- url: "{apiRoot}/sim-swap/v2"
- url: "{apiRoot}/sim-swap/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/sim-swap-checkSimSwap.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA SIM Swap API, v2.1.0 - Operation checkSimSwap
Feature: CAMARA SIM Swap API, vwip - Operation checkSimSwap

# Input to be provided by the implementation to the tester
#
Expand All @@ -9,7 +9,7 @@ Feature: CAMARA SIM Swap API, v2.1.0 - Operation checkSimSwap
# check if SIM swap has been performed during a past period

Background: Common checkSimSwap setup
Given the resource "/sim-swap/v2/check"
Given the resource "/sim-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"
Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/sim-swap-retrieveSimSwapDate.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA SIM Swap API, v2.1.0 - Operation retrieveSimSwapDate
Feature: CAMARA SIM Swap API, vwip - Operation retrieveSimSwapDate

# Input to be provided by the implementation to the tester
#
Expand All @@ -9,7 +9,7 @@ Feature: CAMARA SIM Swap API, v2.1.0 - Operation retrieveSimSwapDate
# Get timestamp of last MSISDN <-> IMSI pairing change for the provided phone number.

Background: Common retrieveSimSwapDate setup
Given the resource "/sim-swap/v2/retrieve-date"
Given the resource "/sim-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"
Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/sim-swap-subscriptions.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA sim swap subscriptions API, v0.3.0
Feature: CAMARA sim swap subscriptions API, vwip
# Input to be provided by the implementation to the tester
#
# Testing assets:
Expand All @@ -9,7 +9,7 @@ Feature: CAMARA sim swap subscriptions API, v0.3.0
# References to OAS spec schemas refer to schemas specified in sim-swap-subscriptions.yaml

Background: Common subscriptions setup
Given the resource "/sim-swap-subscriptions/v0.3/subscriptions" as BaseURL
Given the resource "/sim-swap-subscriptions/vwip/subscriptions" as BaseURL
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"
Expand Down