From: DR695H Date: Thu, 20 Jun 2019 21:29:52 +0000 (-0400) Subject: removing the eteutils folder since its not used anymore X-Git-Tag: 6.0.0-ONAP~55 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F90266%2F1;p=testsuite%2Fpython-testing-utils.git removing the eteutils folder since its not used anymore Issue-ID: TEST-158 Change-Id: Ic923e8c7c992e2915a51c9f8790197d8386f6f54 Signed-off-by: DR695H --- diff --git a/robotframework-onap/eteutils/StringTemplater.py b/robotframework-onap/eteutils/StringTemplater.py deleted file mode 100644 index b2d99ce..0000000 --- a/robotframework-onap/eteutils/StringTemplater.py +++ /dev/null @@ -1,8 +0,0 @@ -from string import Template - -class StringTemplater: - """StringTemplater is common resource for templating with strings.""" - - def template_string(self, template, values): - """Template String takes in a string and its values and converts it using the string.Template class""" - return Template(template).substitute(values) \ No newline at end of file diff --git a/robotframework-onap/eteutils/__init__.py b/robotframework-onap/eteutils/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/robotframework-onap/setup.py b/robotframework-onap/setup.py index 76a0f2c..e48f57e 100644 --- a/robotframework-onap/setup.py +++ b/robotframework-onap/setup.py @@ -42,9 +42,8 @@ setup( 'kafka-python', 'urllib3' ], # what we need - packages=['eteutils', 'loadtest', 'vcpeutils', 'ONAPLibrary'], # The name of your scripts package + packages=['loadtest', 'vcpeutils', 'ONAPLibrary'], # The name of your scripts package package_dir={ - 'eteutils': 'eteutils', 'loadtest': 'loadtest', 'vcpeutils': 'vcpeutils', 'ONAPLibrary': 'ONAPLibrary'