diff options
author | DR695H <dr695h@att.com> | 2019-04-18 10:56:38 -0400 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2019-04-23 10:34:04 -0700 |
commit | d050b58d3fde6a049104d8287f8d8cfbe3013d5d (patch) | |
tree | 7563bfffabfc4f713996b1f12e52b5f2317fc6e2 | |
parent | 5709f89501b9ecf93fcb1667de017e1736c8919f (diff) |
move robotframeworkonap to subdirectory
i also moved the build to maven based, although that isnt needed
to work right now.
Change-Id: Ib18d70e3ea4858cc4b9d51fdc2046b59202640ab
Issue-ID: TEST-141
Signed-off-by: DR695H <dr695h@att.com>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | README.TXT | 6 | ||||
-rw-r--r-- | pom.xml | 80 | ||||
-rw-r--r-- | robotframework-onap/.gitignore | 262 | ||||
-rw-r--r-- | robotframework-onap/README.TXT | 6 | ||||
-rw-r--r-- | robotframework-onap/eteutils/DNSUtils.py (renamed from eteutils/DNSUtils.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/eteutils/EteGatherDataListener.py (renamed from eteutils/EteGatherDataListener.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/eteutils/HEATUtils.py (renamed from eteutils/HEATUtils.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/eteutils/HTTPUtils.py (renamed from eteutils/HTTPUtils.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/eteutils/JSONUtils.py (renamed from eteutils/JSONUtils.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/eteutils/OSUtils.py (renamed from eteutils/OSUtils.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/eteutils/OpenstackLibrary.py (renamed from eteutils/OpenstackLibrary.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/eteutils/RequestsClientCert.py (renamed from eteutils/RequestsClientCert.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/eteutils/StringTemplater.py (renamed from eteutils/StringTemplater.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/eteutils/TemplatingEngine.py (renamed from eteutils/TemplatingEngine.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/eteutils/UUID.py (renamed from eteutils/UUID.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/eteutils/__init__.py (renamed from loadtest/__init__.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/eteutils/csvLibrary.py (renamed from eteutils/csvLibrary.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/loadtest/RunEte.py (renamed from loadtest/RunEte.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/loadtest/TestConfig.py (renamed from loadtest/TestConfig.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/loadtest/TestController.py (renamed from loadtest/TestController.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/loadtest/TestMain.py (renamed from loadtest/TestMain.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/loadtest/__init__.py | 0 | ||||
-rw-r--r-- | robotframework-onap/pom.xml | 85 | ||||
-rw-r--r-- | robotframework-onap/setup-template.py | 48 | ||||
-rw-r--r-- | robotframework-onap/setup.cfg (renamed from setup.cfg) | 0 | ||||
-rw-r--r-- | robotframework-onap/setup.py (renamed from setup.py) | 4 | ||||
-rw-r--r-- | robotframework-onap/tox.ini (renamed from tox.ini) | 0 | ||||
-rwxr-xr-x | robotframework-onap/vcpeutils/SoUtils.py (renamed from vcpeutils/SoUtils.py) | 0 | ||||
-rw-r--r-- | robotframework-onap/vcpeutils/__init__.py | 0 | ||||
-rwxr-xr-x | robotframework-onap/vcpeutils/csar_parser.py (renamed from vcpeutils/csar_parser.py) | 0 | ||||
-rwxr-xr-x | robotframework-onap/vcpeutils/preload.py (renamed from vcpeutils/preload.py) | 0 | ||||
-rwxr-xr-x | robotframework-onap/vcpeutils/vcpecommon.py (renamed from vcpeutils/vcpecommon.py) | 0 |
32 files changed, 411 insertions, 80 deletions
@@ -1,8 +1,6 @@ -OpenECOMP ETE Utils +Python Testing Utils ======================= - - Scripts written to be used during ete testing -to install locally, checkout this repo and then run 'pip install -e .' in the root
\ No newline at end of file +to install locally, checkout this repo and then run 'pip install -e .' in the subdirectory of the project you want to install
\ No newline at end of file @@ -5,78 +5,10 @@ <groupId>org.onap.testsuite</groupId> <artifactId>python-testing-utils</artifactId> <name>testsuite-python-testing-utils</name> - <version>0.3.0-SNAPSHOT</version> - <description>Scripts written to be used during robot framework testing</description> - <parent> - <groupId>org.onap.oparent</groupId> - <artifactId>oparent-python</artifactId> - <version>1.2.3</version> - </parent> - <properties> - <wheel.name>${project.artifactId}-${python_version}-py2-none-any.whl</wheel.name> - <python.sourceDirectory>${project.basedir}</python.sourceDirectory> - <python.pypi.repository>https://nexus3.onap.org/repository/PyPi.snapshot/</python.pypi.repository> - </properties> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <executions> - <execution> - <id>attach-artifacts</id> - <configuration> - <artifacts> - <artifact> - <file>${project.build.directory}/maven-python/dist/${wheel.name}</file> - <type>whl</type> - </artifact> - </artifacts> - <skipAttach>false</skipAttach> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>com.github.UltimateDogg</groupId> - <artifactId>maven-python-distribute-plugin</artifactId> - <executions> - <execution> - <id>package</id> - <goals> - <goal>package</goal> - </goals> - </execution> - <execution> - <id>process</id> - <goals> - <goal>process-sources</goal> - </goals> - </execution> - <execution> - <id>deploy</id> - <goals> - <goal>deploy</goal> - </goals> - </execution> - </executions> - <configuration> - <repository>${python.pypi.repository}</repository> - <sourceDirectory>${python.sourceDirectory}</sourceDirectory> - </configuration> - </plugin> - <plugin> - <artifactId>exec-maven-plugin</artifactId> - <groupId>org.codehaus.mojo</groupId> - <executions> - <execution> - <id>tox-test</id> - <configuration> - <workingDirectory>${project.build.directory}/maven-python/eteutils</workingDirectory> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> + <version>0.4.0-SNAPSHOT</version> + <description>parent project for scripts written to be used during robot framework testing</description> + + <modules> + <module>robotframework-onap</module> + </modules> </project>
\ No newline at end of file diff --git a/robotframework-onap/.gitignore b/robotframework-onap/.gitignore new file mode 100644 index 0000000..70a57dd --- /dev/null +++ b/robotframework-onap/.gitignore @@ -0,0 +1,262 @@ +.tox/* +python_openecomp_eteutils.egg-info/* + +# Created by https://www.gitignore.io/api/node,sonar,maven,eclipse,sonarqube,intellij+all + +### Eclipse ### + +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath +.recommenders + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# PyDev specific (Python IDE for Eclipse) +*.pydevproject + +# CDT-specific (C/C++ Development Tooling) +.cproject + +# CDT- autotools +.autotools + +# Java annotation processor (APT) +.factorypath + +# PDT-specific (PHP Development Tools) +.buildpath + +# sbteclipse plugin +.target + +# Tern plugin +.tern-project + +# TeXlipse plugin +.texlipse + +# STS (Spring Tool Suite) +.springBeans + +# Code Recommenders +.recommenders/ + +# Annotation Processing +.apt_generated/ + +# Scala IDE specific (Scala & Java development for Eclipse) +.cache-main +.scala_dependencies +.worksheet + +### Eclipse Patch ### +# Eclipse Core +.project + +# JDT-specific (Eclipse Java Development Tools) +.classpath + +# Annotation Processing +.apt_generated + +.sts4-cache/ + +### Intellij+all ### +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/modules.xml +# .idea/*.iml +# .idea/modules + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### Intellij+all Patch ### +# Ignores the whole .idea folder and all .iml files +# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360 + +.idea/ + +# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 + +*.iml +modules.xml +.idea/misc.xml +*.ipr + +### Maven ### +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties +dependency-reduced-pom.xml +buildNumber.properties +.mvn/timing.properties +.mvn/wrapper/maven-wrapper.jar + +### Node ### +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# TypeScript v1 declaration files +typings/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env + +# parcel-bundler cache (https://parceljs.org/) +.cache + +# next.js build output +.next + +# nuxt.js build output +.nuxt + +# vuepress build output +.vuepress/dist + +# Serverless directories +.serverless + +### Sonar ### +#Sonar generated dir +/.sonar/ + +### SonarQube ### +# SonarQube ignore files. +# +# https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner +# Sonar Scanner working directories +.sonar/ +.scannerwork/ + +# http://www.sonarlint.org/commandline/ +# SonarLint working directories, configuration files (including credentials) +.sonarlint/ + + +# End of https://www.gitignore.io/api/node,sonar,maven,eclipse,sonarqube,intellij+all +.flattened-pom.xml
\ No newline at end of file diff --git a/robotframework-onap/README.TXT b/robotframework-onap/README.TXT new file mode 100644 index 0000000..9989546 --- /dev/null +++ b/robotframework-onap/README.TXT @@ -0,0 +1,6 @@ +Robotframework-ONAP +======================= + +Robot framework plugin to work with onap + +to install locally, checkout this repo and then run 'pip install -e .' in the root
\ No newline at end of file diff --git a/eteutils/DNSUtils.py b/robotframework-onap/eteutils/DNSUtils.py index 65ae68b..65ae68b 100644 --- a/eteutils/DNSUtils.py +++ b/robotframework-onap/eteutils/DNSUtils.py diff --git a/eteutils/EteGatherDataListener.py b/robotframework-onap/eteutils/EteGatherDataListener.py index 79c02b4..79c02b4 100644 --- a/eteutils/EteGatherDataListener.py +++ b/robotframework-onap/eteutils/EteGatherDataListener.py diff --git a/eteutils/HEATUtils.py b/robotframework-onap/eteutils/HEATUtils.py index 15c5689..15c5689 100644 --- a/eteutils/HEATUtils.py +++ b/robotframework-onap/eteutils/HEATUtils.py diff --git a/eteutils/HTTPUtils.py b/robotframework-onap/eteutils/HTTPUtils.py index 9324af7..9324af7 100644 --- a/eteutils/HTTPUtils.py +++ b/robotframework-onap/eteutils/HTTPUtils.py diff --git a/eteutils/JSONUtils.py b/robotframework-onap/eteutils/JSONUtils.py index de5da6b..de5da6b 100644 --- a/eteutils/JSONUtils.py +++ b/robotframework-onap/eteutils/JSONUtils.py diff --git a/eteutils/OSUtils.py b/robotframework-onap/eteutils/OSUtils.py index 78968f0..78968f0 100644 --- a/eteutils/OSUtils.py +++ b/robotframework-onap/eteutils/OSUtils.py diff --git a/eteutils/OpenstackLibrary.py b/robotframework-onap/eteutils/OpenstackLibrary.py index adb12db..adb12db 100644 --- a/eteutils/OpenstackLibrary.py +++ b/robotframework-onap/eteutils/OpenstackLibrary.py diff --git a/eteutils/RequestsClientCert.py b/robotframework-onap/eteutils/RequestsClientCert.py index e1fd66f..e1fd66f 100644 --- a/eteutils/RequestsClientCert.py +++ b/robotframework-onap/eteutils/RequestsClientCert.py diff --git a/eteutils/StringTemplater.py b/robotframework-onap/eteutils/StringTemplater.py index 43d107e..43d107e 100644 --- a/eteutils/StringTemplater.py +++ b/robotframework-onap/eteutils/StringTemplater.py diff --git a/eteutils/TemplatingEngine.py b/robotframework-onap/eteutils/TemplatingEngine.py index 0f579e7..0f579e7 100644 --- a/eteutils/TemplatingEngine.py +++ b/robotframework-onap/eteutils/TemplatingEngine.py diff --git a/eteutils/UUID.py b/robotframework-onap/eteutils/UUID.py index 35c26a7..35c26a7 100644 --- a/eteutils/UUID.py +++ b/robotframework-onap/eteutils/UUID.py diff --git a/loadtest/__init__.py b/robotframework-onap/eteutils/__init__.py index e69de29..e69de29 100644 --- a/loadtest/__init__.py +++ b/robotframework-onap/eteutils/__init__.py diff --git a/eteutils/csvLibrary.py b/robotframework-onap/eteutils/csvLibrary.py index b38b4a5..b38b4a5 100644 --- a/eteutils/csvLibrary.py +++ b/robotframework-onap/eteutils/csvLibrary.py diff --git a/loadtest/RunEte.py b/robotframework-onap/loadtest/RunEte.py index 5012e7d..5012e7d 100644 --- a/loadtest/RunEte.py +++ b/robotframework-onap/loadtest/RunEte.py diff --git a/loadtest/TestConfig.py b/robotframework-onap/loadtest/TestConfig.py index b9b8112..b9b8112 100644 --- a/loadtest/TestConfig.py +++ b/robotframework-onap/loadtest/TestConfig.py diff --git a/loadtest/TestController.py b/robotframework-onap/loadtest/TestController.py index 3ba0083..3ba0083 100644 --- a/loadtest/TestController.py +++ b/robotframework-onap/loadtest/TestController.py diff --git a/loadtest/TestMain.py b/robotframework-onap/loadtest/TestMain.py index 81c635f..81c635f 100644 --- a/loadtest/TestMain.py +++ b/robotframework-onap/loadtest/TestMain.py diff --git a/robotframework-onap/loadtest/__init__.py b/robotframework-onap/loadtest/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/robotframework-onap/loadtest/__init__.py diff --git a/robotframework-onap/pom.xml b/robotframework-onap/pom.xml new file mode 100644 index 0000000..8c6c05b --- /dev/null +++ b/robotframework-onap/pom.xml @@ -0,0 +1,85 @@ +<?xml version="1.0"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <packaging>pom</packaging> + <groupId>org.onap.testsuite.python-testing-utils</groupId> + <artifactId>robotframework-onap</artifactId> + <name>robotframework-onap</name> + <version>0.4.0-SNAPSHOT</version> + <description>Scripts written to be used during robot framework testing</description> + <parent> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent-python</artifactId> + <version>1.2.3</version> + <relativePath/> + </parent> + <properties> + <!-- this wont work because pip applies a regex to names while this doesnt https://www.python.org/dev/peps/pep-0427/#id12 + <wheel.name>${project.artifactId}-${python_version}-py2-none-any.whl</wheel.name>--> + <wheel.name>robotframework_onap-${python_version}-py2-none-any.whl</wheel.name> + <python.sourceDirectory>${project.basedir}</python.sourceDirectory> + <python.pypi.repository>https://nexus3.onap.org/repository/PyPi.snapshot/</python.pypi.repository> + </properties> + <build> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <executions> + <execution> + <id>attach-artifacts</id> + <configuration> + <artifacts> + <artifact> + <file>${project.build.directory}/maven-python/dist/${wheel.name}</file> + <type>whl</type> + </artifact> + </artifacts> + <skipAttach>false</skipAttach> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <groupId>com.github.UltimateDogg</groupId> + <artifactId>maven-python-distribute-plugin</artifactId> + <executions> + <execution> + <id>package</id> + <goals> + <goal>package</goal> + </goals> + </execution> + <execution> + <id>process</id> + <goals> + <goal>process-sources</goal> + </goals> + </execution> + <execution> + <id>deploy</id> + <goals> + <goal>deploy</goal> + </goals> + </execution> + </executions> + <configuration> + <repository>${python.pypi.repository}</repository> + <sourceDirectory>${python.sourceDirectory}</sourceDirectory> + </configuration> + </plugin> + <plugin> + <artifactId>exec-maven-plugin</artifactId> + <groupId>org.codehaus.mojo</groupId> + <executions> + <execution> + <id>tox-test</id> + <configuration> + <workingDirectory>${project.build.directory}</workingDirectory> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> diff --git a/robotframework-onap/setup-template.py b/robotframework-onap/setup-template.py new file mode 100644 index 0000000..e8d3dcf --- /dev/null +++ b/robotframework-onap/setup-template.py @@ -0,0 +1,48 @@ +# Copyright 2019 AT&T Intellectual Property. All rights reserved. +# +# 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. + + +from setuptools import setup + +setup( + name='${PROJECT_NAME}', # This is the name of your PyPI-package. + keywords=("utils", "robotframework", "testing", "onap"), + version='${VERSION}', # Update the version number for new releases + license="Apache 2.0", + description='Scripts written to be used during robot framework testing', # Info about script + long_description="python-package that provides convenience methods to make certain tasks in robot framework easier." + "since this uses robot framework internal libraries or may in the future, it is not meant as a" + "general purpose library", + url="https://github.com/onap/testsuite-python-testing-utils", + platforms=['all'], + install_requires=[ + 'dnspython', + 'paramiko', + 'pyyaml', + 'robotframework', + 'deepdiff>=2.5,<3.3', + 'Jinja2' + ], # what we need + packages=['eteutils', 'loadtest', 'vcpeutils'], # The name of your scripts package + package_dir={'eteutils': 'eteutils', 'loadtest': 'loadtest', 'vcpeutils':'vcpeutils'}, # The location of your scipts package + classifiers=[ + 'Development Status :: 4 - Beta', + 'Intended Audience :: Developers', + 'Programming Language :: Python :: 2.7', + 'Environment :: Plugins', + 'Framework :: Robot Framework', + 'Framework :: Robot Framework :: Library', + 'License :: OSI Approved :: Apache Software License' + ] +) diff --git a/setup.cfg b/robotframework-onap/setup.cfg index 493416b..493416b 100644 --- a/setup.cfg +++ b/robotframework-onap/setup.cfg diff --git a/setup.py b/robotframework-onap/setup.py index 20aec53..c5460de 100644 --- a/setup.py +++ b/robotframework-onap/setup.py @@ -16,9 +16,9 @@ from setuptools import setup setup( - name='python-openecomp-eteutils', # This is the name of your PyPI-package. + name='robotframework-onap', # This is the name of your PyPI-package. keywords=("utils", "robotframework", "testing", "onap"), - version='0.3', # Update the version number for new releases + version='0.4', # Update the version number for new releases license="Apache 2.0", description='Scripts written to be used during robot framework testing', # Info about script long_description="python-package that provides convenience methods to make certain tasks in robot framework easier." diff --git a/tox.ini b/robotframework-onap/tox.ini index 42183a7..42183a7 100644 --- a/tox.ini +++ b/robotframework-onap/tox.ini diff --git a/vcpeutils/SoUtils.py b/robotframework-onap/vcpeutils/SoUtils.py index 1248613..1248613 100755 --- a/vcpeutils/SoUtils.py +++ b/robotframework-onap/vcpeutils/SoUtils.py diff --git a/robotframework-onap/vcpeutils/__init__.py b/robotframework-onap/vcpeutils/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/robotframework-onap/vcpeutils/__init__.py diff --git a/vcpeutils/csar_parser.py b/robotframework-onap/vcpeutils/csar_parser.py index f101364..f101364 100755 --- a/vcpeutils/csar_parser.py +++ b/robotframework-onap/vcpeutils/csar_parser.py diff --git a/vcpeutils/preload.py b/robotframework-onap/vcpeutils/preload.py index aab28f9..aab28f9 100755 --- a/vcpeutils/preload.py +++ b/robotframework-onap/vcpeutils/preload.py diff --git a/vcpeutils/vcpecommon.py b/robotframework-onap/vcpeutils/vcpecommon.py index 95b5bbe..95b5bbe 100755 --- a/vcpeutils/vcpecommon.py +++ b/robotframework-onap/vcpeutils/vcpecommon.py |