X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=blobdiff_plain;f=robot-systest%2Fresources%2Fepa_03-crud_operations_on_sdnc_data.py;fp=robot-systest%2Fresources%2Fepa_03-crud_operations_on_sdnc_data.py;h=0000000000000000000000000000000000000000;hp=fe8d541b9cfe1c7a8764ebca335298151b2846c7;hb=a22d4b93d6a7a68417d4a1ef3aee6a01bade16de;hpb=d77060766d8e8aa3cd277324b0b6f732555d2007 diff --git a/robot-systest/resources/epa_03-crud_operations_on_sdnc_data.py b/robot-systest/resources/epa_03-crud_operations_on_sdnc_data.py deleted file mode 100644 index fe8d541..0000000 --- a/robot-systest/resources/epa_03-crud_operations_on_sdnc_data.py +++ /dev/null @@ -1,29 +0,0 @@ -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import os - - -# SDNC Configuration -sdnc_name = "epa_03" -sdnc_user = os.environ.get("SDNC_USER") -if not sdnc_user: - raise Exception("'SDNC_USER' environment variable not found") -sdnc_password = os.environ.get("SDNC_PASSWORD") -if not sdnc_password: - raise Exception("'SDNC_PASSWORD' environment variable not found") -sdnc_url = os.environ.get("SDNC_URL") -if not sdnc_url: - raise Exception("'SDNC_URL' environment variable not found") -sdnc_type = os.environ.get("SDNC_TYPE") -if not sdnc_type: - raise Exception("'SDNC_TYPE' environment variable not found")