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
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.8.0
version: wip
x-camara-commonalities: 0.6
externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/DeviceReachabilityStatus

servers:
- url: "{apiRoot}/device-reachability-status-subscriptions/v0.8"
- url: "{apiRoot}/device-reachability-status-subscriptions/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down
4 changes: 2 additions & 2 deletions code/API_definitions/device-reachability-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 1.1.0
version: wip
x-camara-commonalities: 0.6
externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/DeviceReachabilityStatus

servers:
- url: "{apiRoot}/device-reachability-status/v1"
- url: "{apiRoot}/device-reachability-status/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# device-reachability-status-subscriptions-createDeviceReachabilityStatusSubscription
Feature: Device Reachability Status Subscriptions API, v0.8.0 - Operation createDeviceReachabilityStatusSubscription
Feature: Device Reachability Status Subscriptions API, vwip - Operation createDeviceReachabilityStatusSubscription

# Input to be provided by the implementation to the tester
#
Expand All @@ -17,7 +17,7 @@ Feature: Device Reachability Status Subscriptions API, v0.8.0 - Operation create

Background: Common Device Reachability Status Subscriptions setup
Given an environment at "apiRoot"
And the resource "/device-reachability-status-subscriptions/v0.8/subscriptions"
And the resource "/device-reachability-status-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"
And the request body is compliant with the OAS schema at "#/component/schemas/SubscriptionRequest"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# device-reachability-status-subscriptions-deleteDeviceReachabilityStatusSubscription
Feature: Device Reachability Status Subscriptions API, v0.8.0 - Operation deleteDeviceReachabilityStatusSubscription
Feature: Device Reachability Status Subscriptions API, vwip - Operation deleteDeviceReachabilityStatusSubscription

# Input to be provided by the implementation to the tester
#
Expand All @@ -17,7 +17,7 @@ Feature: Device Reachability Status Subscriptions API, v0.8.0 - Operation delete

Background: Common Device Reachability Status Subscriptions setup
Given an environment at "apiRoot"
And the resource "/device-reachability-status-subscriptions/v0.8/subscriptions"
And the resource "/device-reachability-status-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"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# device-reachability-status-subscriptions-retrieveDeviceReachabilityStatusSubscription
Feature: Device Reachability Status Subscriptions API, v0.8.0 - Operation retrieveDeviceReachabilityStatusSubscription
Feature: Device Reachability Status Subscriptions API, vwip - Operation retrieveDeviceReachabilityStatusSubscription

# Input to be provided by the implementation to the tester
#
Expand All @@ -17,7 +17,7 @@ Feature: Device Reachability Status Subscriptions API, v0.8.0 - Operation retrie

Background: Common Device Reachability Status Subscriptions setup
Given an environment at "apiRoot"
And the resource "/device-reachability-status-subscriptions/v0.8/subscriptions"
And the resource "/device-reachability-status-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"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# device-reachability-status-subscriptions-retrieveDeviceReachabilityStatusSubscriptionList
Feature: Device Reachability Status Subscriptions API, v0.8.0 - Operation retrieveDeviceReachabilityStatusSubscriptionList
Feature: Device Reachability Status Subscriptions API, vwip - Operation retrieveDeviceReachabilityStatusSubscriptionList

# Input to be provided by the implementation to the tester
#
Expand All @@ -17,7 +17,7 @@ Feature: Device Reachability Status Subscriptions API, v0.8.0 - Operation retrie

Background: Common Device Reachability Status Subscriptions setup
Given an environment at "apiRoot"
And the resource "{apiroot}/device-reachability-status-subscriptions/v0.8/subscriptions"
And the resource "{apiroot}/device-reachability-status-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"

Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/device-reachability-status.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# device-reachability-status
Feature: CAMARA Device reachability status API, v1.1.0 - Operation getReachabilityStatus
Feature: CAMARA Device reachability status API, vwip - Operation getReachabilityStatus
# Input to be provided by the implementation to the tester
#
# Implementation indications:
Expand All @@ -14,7 +14,7 @@ Feature: CAMARA Device reachability status API, v1.1.0 - Operation getReachabili

Background: Common getReachabilityStatus setup
Given an environment at "apiRoot"
And the resource "{api-root}/device-reachability-status/v1/retrieve"
And the resource "{api-root}/device-reachability-status/vwip/retrieve"
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