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
10 changes: 5 additions & 5 deletions code/Test_definitions/geofencing-subscriptions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ Feature: Camara Geofencing Subscriptions API, vwip - Operations on subscriptions
And the response property "$.message" contains a user friendly text

Examples:
| device_identifier | oas_spec_schema |
| $.config.subscriptionDetail.device.phoneNumber | /components/schemas/PhoneNumber |
| $.config.subscriptionDetail.device.ipv4Address | /components/schemas/DeviceIpv4Addr |
| $.config.subscriptionDetail.device.ipv6Address | /components/schemas/DeviceIpv6Address |
| $.config.subscriptionDetail.device.networkIdentifier | /components/schemas/NetworkAccessIdentifier |
| device_identifier | oas_spec_schema |
| $.config.subscriptionDetail.device.phoneNumber | /components/schemas/PhoneNumber |
| $.config.subscriptionDetail.device.ipv4Address | /components/schemas/DeviceIpv4Addr |
| $.config.subscriptionDetail.device.ipv6Address | /components/schemas/DeviceIpv6Address |
| $.config.subscriptionDetail.device.networkAccessIdentifier | /components/schemas/NetworkAccessIdentifier |

# This scenario may happen e.g. with 2-legged access tokens, which do not identify a single device.
@geofencing_subscriptions_C01.03_device_not_found
Expand Down
10 changes: 5 additions & 5 deletions code/Test_definitions/location-retrieval.feature
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ Feature: CAMARA Device location retrieval API, vwip - Operation retrieveLocation
And the response property "$.message" contains a user friendly text

Examples:
| device_identifier | oas_spec_schema |
| $.device.phoneNumber | /components/schemas/PhoneNumber |
| $.device.ipv4Address | /components/schemas/DeviceIpv4Addr |
| $.device.ipv6Address | /components/schemas/DeviceIpv6Address |
| $.device.networkIdentifier | /components/schemas/NetworkAccessIdentifier |
| device_identifier | oas_spec_schema |
| $.device.phoneNumber | /components/schemas/PhoneNumber |
| $.device.ipv4Address | /components/schemas/DeviceIpv4Addr |
| $.device.ipv6Address | /components/schemas/DeviceIpv6Address |
| $.device.networkAccessIdentifier | /components/schemas/NetworkAccessIdentifier |

@location_retrieval_C01.03_device_not_found
Scenario: Some identifier cannot be matched to a device
Expand Down
10 changes: 5 additions & 5 deletions code/Test_definitions/location-verification.feature
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ Feature: CAMARA Device location verification API, vwip - Operation verifyLocatio
And the response property "$.message" contains a user friendly text

Examples:
| device_identifier | oas_spec_schema |
| $.device.phoneNumber | /components/schemas/PhoneNumber |
| $.device.ipv4Address | /components/schemas/DeviceIpv4Addr |
| $.device.ipv6Address | /components/schemas/DeviceIpv6Address |
| $.device.networkIdentifier | /components/schemas/NetworkAccessIdentifier |
| device_identifier | oas_spec_schema |
| $.device.phoneNumber | /components/schemas/PhoneNumber |
| $.device.ipv4Address | /components/schemas/DeviceIpv4Addr |
| $.device.ipv6Address | /components/schemas/DeviceIpv6Address |
| $.device.networkAccessIdentifier | /components/schemas/NetworkAccessIdentifier |

# This scenario may happen e.g. with 2-legged access tokens, which do not identify a single device.
@location_verification_C01.03_device_not_found
Expand Down