From 6025c07f94d8d388b899867da7aada0b3527df5a Mon Sep 17 00:00:00 2001 From: mxzhao Date: Fri, 14 Dec 2018 14:28:01 +0100 Subject: [PATCH] Directory rename --- SOL002/VNFConfiguration-API/Configuration.robot | 2 +- .../PackageManagementNotification.robot | 0 .../environment/variables.txt | 0 .../schemas/PackageChangeNotification.schema.json | 0 .../schemas/PackageOnboardingNotification.schema.json | 0 .../schemas/ProblemDetails.schema.json | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename SOL003/{VNFPackageManagementNotification-API_nxw => VNFPackageManagementNotification-API}/PackageManagementNotification.robot (100%) rename SOL003/{VNFPackageManagementNotification-API_nxw => VNFPackageManagementNotification-API}/environment/variables.txt (100%) rename SOL003/{VNFPackageManagementNotification-API_nxw => VNFPackageManagementNotification-API}/schemas/PackageChangeNotification.schema.json (100%) rename SOL003/{VNFPackageManagementNotification-API_nxw => VNFPackageManagementNotification-API}/schemas/PackageOnboardingNotification.schema.json (100%) rename SOL003/{VNFPackageManagementNotification-API_nxw => VNFPackageManagementNotification-API}/schemas/ProblemDetails.schema.json (100%) diff --git a/SOL002/VNFConfiguration-API/Configuration.robot b/SOL002/VNFConfiguration-API/Configuration.robot index c0bb4e90..8d466ad9 100644 --- a/SOL002/VNFConfiguration-API/Configuration.robot +++ b/SOL002/VNFConfiguration-API/Configuration.robot @@ -1,5 +1,5 @@ *** Settings *** -Resource environments/variables.txt +Resource environment/variables.txt Library REST ${VNF_SCHEMA}://${VNF_HOST}:${VNF_PORT} ... spec=SOL002-VNFConfiguration-API.yaml Library JSONLibrary diff --git a/SOL003/VNFPackageManagementNotification-API_nxw/PackageManagementNotification.robot b/SOL003/VNFPackageManagementNotification-API/PackageManagementNotification.robot similarity index 100% rename from SOL003/VNFPackageManagementNotification-API_nxw/PackageManagementNotification.robot rename to SOL003/VNFPackageManagementNotification-API/PackageManagementNotification.robot diff --git a/SOL003/VNFPackageManagementNotification-API_nxw/environment/variables.txt b/SOL003/VNFPackageManagementNotification-API/environment/variables.txt similarity index 100% rename from SOL003/VNFPackageManagementNotification-API_nxw/environment/variables.txt rename to SOL003/VNFPackageManagementNotification-API/environment/variables.txt diff --git a/SOL003/VNFPackageManagementNotification-API_nxw/schemas/PackageChangeNotification.schema.json b/SOL003/VNFPackageManagementNotification-API/schemas/PackageChangeNotification.schema.json similarity index 100% rename from SOL003/VNFPackageManagementNotification-API_nxw/schemas/PackageChangeNotification.schema.json rename to SOL003/VNFPackageManagementNotification-API/schemas/PackageChangeNotification.schema.json diff --git a/SOL003/VNFPackageManagementNotification-API_nxw/schemas/PackageOnboardingNotification.schema.json b/SOL003/VNFPackageManagementNotification-API/schemas/PackageOnboardingNotification.schema.json similarity index 100% rename from SOL003/VNFPackageManagementNotification-API_nxw/schemas/PackageOnboardingNotification.schema.json rename to SOL003/VNFPackageManagementNotification-API/schemas/PackageOnboardingNotification.schema.json diff --git a/SOL003/VNFPackageManagementNotification-API_nxw/schemas/ProblemDetails.schema.json b/SOL003/VNFPackageManagementNotification-API/schemas/ProblemDetails.schema.json similarity index 100% rename from SOL003/VNFPackageManagementNotification-API_nxw/schemas/ProblemDetails.schema.json rename to SOL003/VNFPackageManagementNotification-API/schemas/ProblemDetails.schema.json -- GitLab