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/optimal-edge-discovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ openapi: 3.0.3
############################################################################
info:
title: Optimal Edge Discovery
version: 0.1.0-rc.1
version: wip
x-camara-commonalities: 0.6
description: |
# Introduction
Expand Down Expand Up @@ -219,7 +219,7 @@ externalDocs:
# Servers #
############################################################################
servers:
- url: "{apiRoot}/optimal-edge-discovery/v0.1rc1"
- url: "{apiRoot}/optimal-edge-discovery/vwip"
variables:
apiRoot:
default: https://localhost:9091
Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/optimal-edge-discovery.feature
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@Optimal_Edge_Discovery
Feature: CAMARA Optimal Edge Discovery API, v0.1.0-rc.1 - Operations for discovering optimal edge cloud zones
Feature: CAMARA Optimal Edge Discovery API, vwip - Operations for discovering optimal edge cloud zones

# Input to be provided by the implementation to the tests
# References to OAS spec schemas refer to schemas specified in optimal-edge-discovery.yaml

Background: Common Optimal Edge Discovery setup
Given the resource "{apiroot}/optimal-edge-discovery/v0.1rc1" as base-url
Given the resource "{apiroot}/optimal-edge-discovery/vwip" as base-url
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