diff options
author | Jerry Flood <jf9860@att.com> | 2017-03-22 15:30:25 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-03-22 15:30:45 -0400 |
commit | 4345ded819aa66219e21377550e0ae3c6e9534ac (patch) | |
tree | 6f7d33481807545d58b06c952dd64592c6c53e18 /red.xml | |
parent | f67ce0e39027a92c99c7cca39b5a7d5e32dd17fa (diff) |
TEST-6 Support gather data listener
Add gather_data_sh and support for EteDataGatherListener
into runTags.sh
Change-Id: Id161d74ac4ed90c01716d9f8f3ddfd431614f5ba
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'red.xml')
-rw-r--r-- | red.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ <referencedLibrary type="PYTHON" name="HEATUtils" path="testsuite/robot/library/eteutils"/> <referencedLibrary type="PYTHON" name="OSUtils" path="testsuite/robot/library/eteutils"/> <referencedLibrary type="PYTHON" name="DNSUtils" path="testsuite/robot/library/eteutils"/> + <referencedLibrary type="PYTHON" name="EteListener" path="testsuite/robot/library/eteutils"/> <referencedLibrary type="PYTHON" name="ArchiveLibrary" path="testsuite/robot/library"/> <referencedLibrary type="PYTHON" name="HeatBridge" path="testsuite/robot/library/heatbridge"/> <pythonpath> |