From 53ea122e65afd4adf689b9b723044ca3d7f655b8 Mon Sep 17 00:00:00 2001 From: piscione Date: Mon, 31 Jan 2022 16:49:26 +0100 Subject: [PATCH] Added JSON bodies for platform configuration TCs for MEC010p2 v2.2.1. --- MEC010p2/MEPM/LCM/json/ConfigPlatformForAppRequest.json | 5 +++++ .../MEPM/LCM/json/ConfigPlatformForAppRequestBadRequest.json | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 MEC010p2/MEPM/LCM/json/ConfigPlatformForAppRequest.json create mode 100644 MEC010p2/MEPM/LCM/json/ConfigPlatformForAppRequestBadRequest.json diff --git a/MEC010p2/MEPM/LCM/json/ConfigPlatformForAppRequest.json b/MEC010p2/MEPM/LCM/json/ConfigPlatformForAppRequest.json new file mode 100644 index 0000000..2c6e92f --- /dev/null +++ b/MEC010p2/MEPM/LCM/json/ConfigPlatformForAppRequest.json @@ -0,0 +1,5 @@ +{ + "appServiceRequired": [{ + "sernName": "serviceName" + }] +} \ No newline at end of file diff --git a/MEC010p2/MEPM/LCM/json/ConfigPlatformForAppRequestBadRequest.json b/MEC010p2/MEPM/LCM/json/ConfigPlatformForAppRequestBadRequest.json new file mode 100644 index 0000000..79d5829 --- /dev/null +++ b/MEC010p2/MEPM/LCM/json/ConfigPlatformForAppRequestBadRequest.json @@ -0,0 +1,5 @@ +{ + "appServiceWrongRequired": [{ + "sernName": "serviceName" + }] +} \ No newline at end of file -- GitLab