diff options
author | DR695H <dr695h@att.com> | 2019-06-13 16:16:52 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-13 16:18:11 -0400 |
commit | 18872bc32103112ea6e1582dbb1c2764f99442f1 (patch) | |
tree | 3b87443f10657bb7c956cee67eb6c4caccf2d085 /red.xml | |
parent | e65d7fec679cc393c08f0d32f1ad61bbd71a35f8 (diff) |
move uuid to onaplib.utilities
Change-Id: I57860949ad4417bb080cf5269e8fcc555e089da6
Issue-ID: TEST-158
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'red.xml')
-rw-r--r-- | red.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,6 @@ <configVersion>1.0</configVersion> <relativeTo>PROJECT</relativeTo> <referencedLibrary type="PYTHON" name="RequestsLibrary" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="UUID" path="testsuite/robot/library/eteutils"/> <referencedLibrary type="PYTHON" name="SeleniumLibrary" path="testsuite/robot/library"/> <referencedLibrary type="PYTHON" name="AngularJSLibrary" path="testsuite/robot/library"/> <referencedLibrary type="PYTHON" name="SSHLibrary" path="testsuite/robot/library"/> @@ -12,7 +11,6 @@ <referencedLibrary type="PYTHON" name="OpenstackLibrary" path="testsuite/robot/library/eteutils"/> <referencedLibrary type="PYTHON" name="SoUtils" path="testsuite/robot/library/vcpeutils"/> <referencedLibrary type="PYTHON" name="HEATUtils" path="testsuite/robot/library/eteutils"/> - <referencedLibrary type="PYTHON" name="OSUtils" path="testsuite/robot/library/eteutils"/> <referencedLibrary type="PYTHON" name="ArchiveLibrary" path="testsuite/robot/library"/> <referencedLibrary type="PYTHON" name="HeatBridge" path="testsuite/robot/library/heatbridge"/> <referencedLibrary type="PYTHON" name="DateTime" path="testsuite/robot/library"/> @@ -22,6 +20,7 @@ <referencedLibrary type="PYTHON" name="ONAPLibrary.JSON" path="testsuite/robot/library"/> <referencedLibrary type="PYTHON" name="ONAPLibrary.Kafka" path="testsuite/robot/library"/> <referencedLibrary type="PYTHON" name="ONAPLibrary.Protobuf" path="testsuite/robot/library"/> + <referencedLibrary type="PYTHON" name="ONAPLibrary.Utilities" path="testsuite/robot/library"/> <pythonpath> <path location="robot/library"/> </pythonpath> |