From f716a5f3a8c5b623bdb8ebe5a756c3066676c196 Mon Sep 17 00:00:00 2001 From: piscione Date: Fri, 17 May 2024 15:54:18 +0200 Subject: [PATCH] Created subdir for TCs. --- MEC040/SRV/{ => MEF}/FederationEnablement.robot | 0 MEC040/SRV/{ => MEF}/environment/variables.txt | 0 MEC040/SRV/{ => MEF}/jsons/SystemInfo.json | 0 MEC040/SRV/{ => MEF}/jsons/SystemInfo2.json | 0 MEC040/SRV/{ => MEF}/jsons/SystemInfo3.json | 0 MEC040/SRV/{ => MEF}/jsons/SystemInfoBR.json | 0 MEC040/SRV/{ => MEF}/jsons/SystemInfoEmptySystemProvider.json | 0 MEC040/SRV/{ => MEF}/jsons/SystemInfoUpdate.json | 0 MEC040/SRV/{ => MEF}/jsons/SystemInfoUpdate2.json | 0 MEC040/SRV/{ => MEF}/jsons/SystemInfoUpdate3.json | 0 MEC040/SRV/{ => MEF}/jsons/SystemInfoUpdateBR.json | 0 MEC040/SRV/{ => MEF}/schemas/SystemInfo.schema.json | 0 MEC040/SRV/{ => MEF}/schemas/SystemInfoList.schema.json | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename MEC040/SRV/{ => MEF}/FederationEnablement.robot (100%) rename MEC040/SRV/{ => MEF}/environment/variables.txt (100%) rename MEC040/SRV/{ => MEF}/jsons/SystemInfo.json (100%) rename MEC040/SRV/{ => MEF}/jsons/SystemInfo2.json (100%) rename MEC040/SRV/{ => MEF}/jsons/SystemInfo3.json (100%) rename MEC040/SRV/{ => MEF}/jsons/SystemInfoBR.json (100%) rename MEC040/SRV/{ => MEF}/jsons/SystemInfoEmptySystemProvider.json (100%) rename MEC040/SRV/{ => MEF}/jsons/SystemInfoUpdate.json (100%) rename MEC040/SRV/{ => MEF}/jsons/SystemInfoUpdate2.json (100%) rename MEC040/SRV/{ => MEF}/jsons/SystemInfoUpdate3.json (100%) rename MEC040/SRV/{ => MEF}/jsons/SystemInfoUpdateBR.json (100%) rename MEC040/SRV/{ => MEF}/schemas/SystemInfo.schema.json (100%) rename MEC040/SRV/{ => MEF}/schemas/SystemInfoList.schema.json (100%) diff --git a/MEC040/SRV/FederationEnablement.robot b/MEC040/SRV/MEF/FederationEnablement.robot similarity index 100% rename from MEC040/SRV/FederationEnablement.robot rename to MEC040/SRV/MEF/FederationEnablement.robot diff --git a/MEC040/SRV/environment/variables.txt b/MEC040/SRV/MEF/environment/variables.txt similarity index 100% rename from MEC040/SRV/environment/variables.txt rename to MEC040/SRV/MEF/environment/variables.txt diff --git a/MEC040/SRV/jsons/SystemInfo.json b/MEC040/SRV/MEF/jsons/SystemInfo.json similarity index 100% rename from MEC040/SRV/jsons/SystemInfo.json rename to MEC040/SRV/MEF/jsons/SystemInfo.json diff --git a/MEC040/SRV/jsons/SystemInfo2.json b/MEC040/SRV/MEF/jsons/SystemInfo2.json similarity index 100% rename from MEC040/SRV/jsons/SystemInfo2.json rename to MEC040/SRV/MEF/jsons/SystemInfo2.json diff --git a/MEC040/SRV/jsons/SystemInfo3.json b/MEC040/SRV/MEF/jsons/SystemInfo3.json similarity index 100% rename from MEC040/SRV/jsons/SystemInfo3.json rename to MEC040/SRV/MEF/jsons/SystemInfo3.json diff --git a/MEC040/SRV/jsons/SystemInfoBR.json b/MEC040/SRV/MEF/jsons/SystemInfoBR.json similarity index 100% rename from MEC040/SRV/jsons/SystemInfoBR.json rename to MEC040/SRV/MEF/jsons/SystemInfoBR.json diff --git a/MEC040/SRV/jsons/SystemInfoEmptySystemProvider.json b/MEC040/SRV/MEF/jsons/SystemInfoEmptySystemProvider.json similarity index 100% rename from MEC040/SRV/jsons/SystemInfoEmptySystemProvider.json rename to MEC040/SRV/MEF/jsons/SystemInfoEmptySystemProvider.json diff --git a/MEC040/SRV/jsons/SystemInfoUpdate.json b/MEC040/SRV/MEF/jsons/SystemInfoUpdate.json similarity index 100% rename from MEC040/SRV/jsons/SystemInfoUpdate.json rename to MEC040/SRV/MEF/jsons/SystemInfoUpdate.json diff --git a/MEC040/SRV/jsons/SystemInfoUpdate2.json b/MEC040/SRV/MEF/jsons/SystemInfoUpdate2.json similarity index 100% rename from MEC040/SRV/jsons/SystemInfoUpdate2.json rename to MEC040/SRV/MEF/jsons/SystemInfoUpdate2.json diff --git a/MEC040/SRV/jsons/SystemInfoUpdate3.json b/MEC040/SRV/MEF/jsons/SystemInfoUpdate3.json similarity index 100% rename from MEC040/SRV/jsons/SystemInfoUpdate3.json rename to MEC040/SRV/MEF/jsons/SystemInfoUpdate3.json diff --git a/MEC040/SRV/jsons/SystemInfoUpdateBR.json b/MEC040/SRV/MEF/jsons/SystemInfoUpdateBR.json similarity index 100% rename from MEC040/SRV/jsons/SystemInfoUpdateBR.json rename to MEC040/SRV/MEF/jsons/SystemInfoUpdateBR.json diff --git a/MEC040/SRV/schemas/SystemInfo.schema.json b/MEC040/SRV/MEF/schemas/SystemInfo.schema.json similarity index 100% rename from MEC040/SRV/schemas/SystemInfo.schema.json rename to MEC040/SRV/MEF/schemas/SystemInfo.schema.json diff --git a/MEC040/SRV/schemas/SystemInfoList.schema.json b/MEC040/SRV/MEF/schemas/SystemInfoList.schema.json similarity index 100% rename from MEC040/SRV/schemas/SystemInfoList.schema.json rename to MEC040/SRV/MEF/schemas/SystemInfoList.schema.json -- GitLab