aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/application.properties
diff options
context:
space:
mode:
authorMatthieuGeerebaert <matthieu.geerebaert@orange.com>2018-03-29 00:42:08 +0200
committerMatthieuGeerebaert <matthieu.geerebaert@orange.com>2018-04-03 23:48:32 +0200
commit7d695d108ce9f5fd5ee977fe12e47b704f507623 (patch)
tree42b4d6e72ef5546c2c9c100323b2db1b33c4ab84 /src/test/resources/application.properties
parent9ac6c3cc7e3f4aec9ba69e7a5bb0800471c4e8dc (diff)
Add serviceOrder rest services
- Add create, get, find serviceOrder operations - Add tests - Add Mongo / Mysql / H2 datasource management ( H2 test ) - Add VSCode restclient samples with .settings to play with serviceOrder operations - Resolve conflict 40291, with cherry pick Change-Id: I81a76a211fe5526a3a31deb945770f0a5e2c195f Issue-ID: EXTAPI-42 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
Diffstat (limited to 'src/test/resources/application.properties')
-rw-r--r--src/test/resources/application.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties
index f778b8a..793da56 100644
--- a/src/test/resources/application.properties
+++ b/src/test/resources/application.properties
@@ -12,6 +12,7 @@ onap.cloudOwner=CloudOwner
# NBI
nbi.url=http://127.0.0.1:8080/nbi/api/v1
+nbi.callForVNF=false
# SDC
sdc.host=http://127.0.0.1:8091
@@ -23,4 +24,9 @@ aai.host=http://127.0.0.1:8091
aai.header.authorization=Basic QUFJOkFBSQ==
aai.api.id=AAI
+# SO
+so.host=http://127.0.0.1:8091
+so.header.authorization=
+so.api.id=SO
+