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/simple-edge-discovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
openapi: 3.0.3
info:
title: Simple Edge Discovery
version: 2.0.0
version: wip
x-camara-commonalities: 0.6
description: |
# Find the closest Edge Cloud Zone
Expand Down Expand Up @@ -189,7 +189,7 @@ externalDocs:
url: https://github.com/camaraproject/EdgeCloud

servers:
- url: "{apiRoot}/simple-edge-discovery/v2"
- url: "{apiRoot}/simple-edge-discovery/vwip"
variables:
apiRoot:
default: https://localhost:9091
Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/simple-edge-discovery.feature
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Feature: CAMARA Simple Edge Discovery API, v2.0.0 - Operation readClosestEdgeCloudZone
Feature: CAMARA Simple Edge Discovery API, wip - Operation readClosestEdgeCloudZone

Background:
Given an environment at "apiRoot"
And the resource "/simple-edge-discovery/v2/retrieve-closest-edge-cloud-zone" |
And the resource "/simple-edge-discovery/vwip/retrieve-closest-edge-cloud-zone" |
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