Rename TsdrUtils.txt to TsdrUtils.robot 01/25101/2
authorMarcus G K Williams <Marcus.G.Williams@gmail.com>
Mon, 10 Aug 2015 01:42:14 +0000 (18:42 -0700)
committerDaniel Farrell <dfarrell@redhat.com>
Mon, 10 Aug 2015 15:54:58 +0000 (15:54 +0000)
This facilitates identification of robot files.
All references to this file have also been updated.

Change-Id: I372f113b1564d04e17a7fb6fdea201ed78337367
Signed-off-by: Marcus G K Williams <Marcus.G.Williams@gmail.com>
13 files changed:
test/csit/libraries/TsdrUtils.robot [moved from test/csit/libraries/TsdrUtils.txt with 98% similarity]
test/csit/suites/tsdr/H2/010_InterfaceMetrics.robot
test/csit/suites/tsdr/H2/020_FlowMetrics.robot
test/csit/suites/tsdr/H2/030_FlowTableMetrics.robot
test/csit/suites/tsdr/H2/040_QueueMetrics.robot
test/csit/suites/tsdr/H2/050_GroupMetrics.robot
test/csit/suites/tsdr/H2/060_FlowMeterMetrics.robot
test/csit/suites/tsdr/HBase/010_InterfaceMetrics.robot
test/csit/suites/tsdr/HBase/020_FlowMetrics.robot
test/csit/suites/tsdr/HBase/030_FlowTableMetrics.robot
test/csit/suites/tsdr/HBase/040_QueueMetrics.robot
test/csit/suites/tsdr/HBase/050_GroupMetrics.robot
test/csit/suites/tsdr/HBase/060_FlowMeterMetrics.robot

similarity index 98%
rename from test/csit/libraries/TsdrUtils.txt
rename to test/csit/libraries/TsdrUtils.robot
index 88d066f6a95179781d437a0b9e9f9be0a9b098d5..941aa7fbd49bd8a146b1ab939599c7965c7c5db7 100644 (file)
-*** Settings ***\r
-Library           OperatingSystem\r
-Resource          Utils.robot\r
-\r
-*** Variables ***\r
-${HBASE_CLIENT}    /tmp/Hbase/hbase-0.94.15/bin\r
-${final}          ${EMPTY}\r
-\r
-*** Keywords ***\r
-Start Tsdr Suite\r
-    [Arguments]    ${switch}=ovsk\r
-    [Documentation]    TSDR specific setup/cleanup work that can be done safely before any system\r
-    ...    is run.\r
-    Clean Mininet System\r
-    ${mininet_conn_id1}=    Open Connection    ${MININET}    prompt=${LINUX_PROMPT}    timeout=30s\r
-    Set Suite Variable    ${mininet_conn_id1}\r
-    Login With Public Key    ${MININET_USER}    ${USER_HOME}/.ssh/${SSH_KEY}    any\r
-    Execute Command    sudo ovs-vsctl set-manager ptcp:6644\r
-    ${start}=    Set Variable    sudo mn --controller=remote,ip=${CONTROLLER} --topo=linear,3 --switch ${switch},protocols=OpenFlow13\r
-    Log    ${start}\r
-    Write    ${start}\r
-    Read Until    mininet>\r
-\r
-Stop Tsdr Suite\r
-    [Documentation]    Cleanup/Shutdown work that should be done at the completion of all\r
-    ...    tests\r
-    Switch Connection    ${mininet_conn_id1}\r
-    Read\r
-    Write    exit\r
-    Read Until    ${LINUX_PROMPT}\r
-    Close Connection\r
-\r
-Initialize the HBase for TSDR\r
-    [Documentation]    Install and initialize the tsdr tables on HBase Server\r
-    ${hbase_server}=    Run Command On Remote System    ${CONTROLLER}    export JAVA_HOME=/usr && ${HBASE_CLIENT}/start-hbase.sh    ${MININET_USER}    ${LINUX_PROMPT}    120\r
-    Log    ${hbase_server}\r
-    ${hbase_process}=    Run Command On Remote System    ${CONTROLLER}    ps -ef | grep HMaster\r
-    Log    ${hbase_process}\r
-\r
-Stop the HBase Server\r
-    [Documentation]    Stop the HBase server\r
-    ${hbase_server}=    Run Command On Remote System    ${CONTROLLER}    export JAVA_HOME=/usr && ${HBASE_CLIENT}/stop-hbase.sh    ${MININET_USER}    ${LINUX_PROMPT}    90\r
-    Log    ${hbase_server}\r
-\r
-Configure the Queue on Switch\r
-    [Arguments]    ${queue_interface}    ${user}=${MININET_USER}    ${prompt}=${LINUX_PROMPT}    ${prompt_timeout}=120s\r
-    [Documentation]    Configure the 2 queues on specified openvswitch interface\r
-    Log    Configure the queue on ${queue_interface}\r
-    ${output}=    Run Command On Remote System    ${MININET}    sudo ovs-vsctl set port ${queue_interface} qos=@newqos -- --id=@newqos create qos type=linux-htb other-config:max-rate=200000000 queues=0=@q0,1=@q1,2=@q2 -- --id=@q0 create queue other-config:min-rate=100000 other-config:max-rate=200000 -- --id=@q1 create queue other-config:min-rate=10001 other-config:max-rate=300000 -- --id=@q2 create queue other-config:min-rate=300001 other-config:max-rate=200000000    ${MININET_USER}    ${LINUX_PROMPT}    90\r
-    Log    ${output}\r
-\r
-Query the Data from HBaseClient\r
-    [Arguments]    ${query}    ${remote}=${CONTROLLER}    ${user}=${MININET_USER}    ${prompt}=${LINUX_PROMPT}    ${prompt_timeout}=120s\r
-    [Documentation]    Execute the HBase Query and return the result\r
-    Log    Attempting to execute ${query} on ${remote} via HbaseClient\r
-    ${conn_id}=    Open Connection    ${remote}    prompt=${prompt}    timeout=${prompt_timeout}\r
-    Login With Public Key    ${user}    ${USER_HOME}/.ssh/${SSH_KEY}    any\r
-    Write    export JAVA_HOME=/usr\r
-    Write    ${HBASE_CLIENT}/hbase shell\r
-    Read Until    hbase(main):001:0>\r
-    Write    ${query}\r
-    ${output}=    Read Until    hbase(main):\r
-    Write    exit\r
-    LOG    ${output}\r
-    Comment    ${output}=    Read Until    ${prompt}\r
-    Close Connection\r
-    [Return]    ${output}\r
-\r
-Verify the Metric is Collected?\r
-    [Arguments]    ${tsdr_cmd}    ${metric}    ${remote}=${CONTROLLER}    ${user}=${MININET_USER}    ${prompt}=${LINUX_PROMPT}    ${prompt_timeout}=120s\r
-    [Documentation]    Verify the ${tsdr_cmd} output contains ${metric}\r
-    ${output}=    Issue Command On Karaf Console    ${tsdr_cmd}    ${CONTROLLER}    ${KARAF_SHELL_PORT}    ${prompt_timeout}\r
-    Should Contain    ${output}    ${metric}\r
-\r
-Prepare HBase Filter\r
-    [Arguments]    ${left_str}    ${right_str}    ${connector}\r
-    [Documentation]    Prepare the Hbase Filter from Tsdr List output\r
-    ${left_str}=    Remove Space on String    ${left_str}\r
-    ${right_str}=    Remove Space on String    ${right_str}    1\r
-    ${x}=    Run Keyword If    '${left_str}' == 'MetricID'    Catenate    ${SPACE}    _    ELSE IF\r
-    ...    '${left_str}' == 'ObjectKeys'    Catenate    ${right_str}    _    ELSE IF    '${left_str}' == 'TimeStamp'\r
-    ...    Get Epoch Time    ${right_str}    ELSE    Catenate    ${SPACE}\r
-    [Return]    ${x}\r
-\r
-Create the Hbase table row\r
-    [Arguments]    ${tsdr_line}    ${metrics}\r
-    [Documentation]    Create the Hbase table row from tsdr:list\r
-    @{words}=    Split String    ${tsdr_line}    |\r
-    : FOR    ${li}    IN    @{words}\r
-    \    ${key}=    Fetch From Left    ${li}    =\r
-    \    ${value}=    Fetch From Right    ${li}    =\r
-    \    ${each_value}=    Prepare HBase Filter    ${key}    ${value}    _\r
-    \    ${final}=    Concatenate the String    ${final}    ${each_value}\r
-    ${query}=    Concatenate the String    ${metrics}    ${final}\r
-    ${query}=    Remove Space on String    ${query}\r
-    [Return]    ${query}\r
-\r
-Query Metrics on H2 Datastore\r
-    [Arguments]    ${category}    ${attribute}    ${nodeid}=openflow:1\r
-    [Documentation]    Generate the JDBC query for H2 Datastore\r
-    ${h2_query}=    Concatenate the String    jdbc:query metric "select * from Metric where MetricCategory=    '${category}' and\r
-    ${h2_query}=    Concatenate the String    ${h2_query}    MetricName = '${attribute}' and NODEID = '${nodeid}' order by ID desc limit 5"\r
-    ${output}=    Issue Command On Karaf Console    ${h2_query}    ${CONTROLLER}    ${KARAF_SHELL_PORT}    30\r
-    [Return]    ${output}\r
-\r
-Generate HBase Query\r
-    [Arguments]    ${table}    ${filter}\r
-    [Documentation]    Scan the Hbase Table with Filter\r
-    ${hbase_query}=    Concatenate the String    scan    '${table}'\r
-    ${hbase_query}=    Concatenate the String    ${hbase_query}    ,{ FILTER =>\"(RowFilter(=,\r
-    ${hbase_query}=    Concatenate the String    ${hbase_query}    'regexstring:${filter}*\'))\",LIMIT=>10}\r
-    [Return]    ${hbase_query}\r
-\r
-Get Metrics Value\r
-    [Arguments]    ${tsdr_line}\r
-    [Documentation]    Get Metric Value from tsdr:list\r
-    ${value}=    Fetch From Right    ${tsdr_line}    |\r
-    ${value}=    Replace String    ${value}    MetricValue    value\r
-    ${value}=    Replace String    ${value}    [m    ${EMPTY}\r
-    ${value}=    Replace String    ${value}    =    \=\r
-    ${value}=    Remove Space on String    ${value}\r
-    ${value}=    Convert to String    ${value}\r
-    [Return]    ${value}\r
-\r
-Verify the Metrics Attributes on Hbase Client\r
-    [Arguments]    ${attribute}    ${rowfilter}    ${table}=PortStats\r
-    [Documentation]    Verification on Metrics attributes on Hbase Client\r
-    ${pattern}=    Concatenate the String    ${attribute}    _\r
-    ${pattern}=    Concatenate the String    ${pattern}    ${rowfilter}\r
-    ${pattern}=    Remove Space on String    ${pattern}\r
-    ${query}=    Generate HBase Query    ${table}    ${pattern}\r
-    ${out}=    Query the Data from HBaseClient    ${query}\r
-    Should Match Regexp    ${out}    (?mui)${attribute}\r
+*** Settings ***
+Library           OperatingSystem
+Resource          Utils.robot
+
+*** Variables ***
+${HBASE_CLIENT}    /tmp/Hbase/hbase-0.94.15/bin
+${final}          ${EMPTY}
+
+*** Keywords ***
+Start Tsdr Suite
+    [Arguments]    ${switch}=ovsk
+    [Documentation]    TSDR specific setup/cleanup work that can be done safely before any system
+    ...    is run.
+    Clean Mininet System
+    ${mininet_conn_id1}=    Open Connection    ${MININET}    prompt=${LINUX_PROMPT}    timeout=30s
+    Set Suite Variable    ${mininet_conn_id1}
+    Login With Public Key    ${MININET_USER}    ${USER_HOME}/.ssh/${SSH_KEY}    any
+    Execute Command    sudo ovs-vsctl set-manager ptcp:6644
+    ${start}=    Set Variable    sudo mn --controller=remote,ip=${CONTROLLER} --topo=linear,3 --switch ${switch},protocols=OpenFlow13
+    Log    ${start}
+    Write    ${start}
+    Read Until    mininet>
+
+Stop Tsdr Suite
+    [Documentation]    Cleanup/Shutdown work that should be done at the completion of all
+    ...    tests
+    Switch Connection    ${mininet_conn_id1}
+    Read
+    Write    exit
+    Read Until    ${LINUX_PROMPT}
+    Close Connection
+
+Initialize the HBase for TSDR
+    [Documentation]    Install and initialize the tsdr tables on HBase Server
+    ${hbase_server}=    Run Command On Remote System    ${CONTROLLER}    export JAVA_HOME=/usr && ${HBASE_CLIENT}/start-hbase.sh    ${MININET_USER}    ${LINUX_PROMPT}    120
+    Log    ${hbase_server}
+    ${hbase_process}=    Run Command On Remote System    ${CONTROLLER}    ps -ef | grep HMaster
+    Log    ${hbase_process}
+
+Stop the HBase Server
+    [Documentation]    Stop the HBase server
+    ${hbase_server}=    Run Command On Remote System    ${CONTROLLER}    export JAVA_HOME=/usr && ${HBASE_CLIENT}/stop-hbase.sh    ${MININET_USER}    ${LINUX_PROMPT}    90
+    Log    ${hbase_server}
+
+Configure the Queue on Switch
+    [Arguments]    ${queue_interface}    ${user}=${MININET_USER}    ${prompt}=${LINUX_PROMPT}    ${prompt_timeout}=120s
+    [Documentation]    Configure the 2 queues on specified openvswitch interface
+    Log    Configure the queue on ${queue_interface}
+    ${output}=    Run Command On Remote System    ${MININET}    sudo ovs-vsctl set port ${queue_interface} qos=@newqos -- --id=@newqos create qos type=linux-htb other-config:max-rate=200000000 queues=0=@q0,1=@q1,2=@q2 -- --id=@q0 create queue other-config:min-rate=100000 other-config:max-rate=200000 -- --id=@q1 create queue other-config:min-rate=10001 other-config:max-rate=300000 -- --id=@q2 create queue other-config:min-rate=300001 other-config:max-rate=200000000    ${MININET_USER}    ${LINUX_PROMPT}    90
+    Log    ${output}
+
+Query the Data from HBaseClient
+    [Arguments]    ${query}    ${remote}=${CONTROLLER}    ${user}=${MININET_USER}    ${prompt}=${LINUX_PROMPT}    ${prompt_timeout}=120s
+    [Documentation]    Execute the HBase Query and return the result
+    Log    Attempting to execute ${query} on ${remote} via HbaseClient
+    ${conn_id}=    Open Connection    ${remote}    prompt=${prompt}    timeout=${prompt_timeout}
+    Login With Public Key    ${user}    ${USER_HOME}/.ssh/${SSH_KEY}    any
+    Write    export JAVA_HOME=/usr
+    Write    ${HBASE_CLIENT}/hbase shell
+    Read Until    hbase(main):001:0>
+    Write    ${query}
+    ${output}=    Read Until    hbase(main):
+    Write    exit
+    LOG    ${output}
+    Comment    ${output}=    Read Until    ${prompt}
+    Close Connection
+    [Return]    ${output}
+
+Verify the Metric is Collected?
+    [Arguments]    ${tsdr_cmd}    ${metric}    ${remote}=${CONTROLLER}    ${user}=${MININET_USER}    ${prompt}=${LINUX_PROMPT}    ${prompt_timeout}=120s
+    [Documentation]    Verify the ${tsdr_cmd} output contains ${metric}
+    ${output}=    Issue Command On Karaf Console    ${tsdr_cmd}    ${CONTROLLER}    ${KARAF_SHELL_PORT}    ${prompt_timeout}
+    Should Contain    ${output}    ${metric}
+
+Prepare HBase Filter
+    [Arguments]    ${left_str}    ${right_str}    ${connector}
+    [Documentation]    Prepare the Hbase Filter from Tsdr List output
+    ${left_str}=    Remove Space on String    ${left_str}
+    ${right_str}=    Remove Space on String    ${right_str}    1
+    ${x}=    Run Keyword If    '${left_str}' == 'MetricID'    Catenate    ${SPACE}    _    ELSE IF
+    ...    '${left_str}' == 'ObjectKeys'    Catenate    ${right_str}    _    ELSE IF    '${left_str}' == 'TimeStamp'
+    ...    Get Epoch Time    ${right_str}    ELSE    Catenate    ${SPACE}
+    [Return]    ${x}
+
+Create the Hbase table row
+    [Arguments]    ${tsdr_line}    ${metrics}
+    [Documentation]    Create the Hbase table row from tsdr:list
+    @{words}=    Split String    ${tsdr_line}    |
+    : FOR    ${li}    IN    @{words}
+    \    ${key}=    Fetch From Left    ${li}    =
+    \    ${value}=    Fetch From Right    ${li}    =
+    \    ${each_value}=    Prepare HBase Filter    ${key}    ${value}    _
+    \    ${final}=    Concatenate the String    ${final}    ${each_value}
+    ${query}=    Concatenate the String    ${metrics}    ${final}
+    ${query}=    Remove Space on String    ${query}
+    [Return]    ${query}
+
+Query Metrics on H2 Datastore
+    [Arguments]    ${category}    ${attribute}    ${nodeid}=openflow:1
+    [Documentation]    Generate the JDBC query for H2 Datastore
+    ${h2_query}=    Concatenate the String    jdbc:query metric "select * from Metric where MetricCategory=    '${category}' and
+    ${h2_query}=    Concatenate the String    ${h2_query}    MetricName = '${attribute}' and NODEID = '${nodeid}' order by ID desc limit 5"
+    ${output}=    Issue Command On Karaf Console    ${h2_query}    ${CONTROLLER}    ${KARAF_SHELL_PORT}    30
+    [Return]    ${output}
+
+Generate HBase Query
+    [Arguments]    ${table}    ${filter}
+    [Documentation]    Scan the Hbase Table with Filter
+    ${hbase_query}=    Concatenate the String    scan    '${table}'
+    ${hbase_query}=    Concatenate the String    ${hbase_query}    ,{ FILTER =>\"(RowFilter(=,
+    ${hbase_query}=    Concatenate the String    ${hbase_query}    'regexstring:${filter}*\'))\",LIMIT=>10}
+    [Return]    ${hbase_query}
+
+Get Metrics Value
+    [Arguments]    ${tsdr_line}
+    [Documentation]    Get Metric Value from tsdr:list
+    ${value}=    Fetch From Right    ${tsdr_line}    |
+    ${value}=    Replace String    ${value}    MetricValue    value
+    ${value}=    Replace String    ${value}    [m    ${EMPTY}
+    ${value}=    Replace String    ${value}    =    \=
+    ${value}=    Remove Space on String    ${value}
+    ${value}=    Convert to String    ${value}
+    [Return]    ${value}
+
+Verify the Metrics Attributes on Hbase Client
+    [Arguments]    ${attribute}    ${rowfilter}    ${table}=PortStats
+    [Documentation]    Verification on Metrics attributes on Hbase Client
+    ${pattern}=    Concatenate the String    ${attribute}    _
+    ${pattern}=    Concatenate the String    ${pattern}    ${rowfilter}
+    ${pattern}=    Remove Space on String    ${pattern}
+    ${query}=    Generate HBase Query    ${table}    ${pattern}
+    ${out}=    Query the Data from HBaseClient    ${query}
+    Should Match Regexp    ${out}    (?mui)${attribute}
index 598ed6d7c8ae34b0640049168086e0261dc72d81..653de6db638db23f46b403b6d485bc7204bd577c 100755 (executable)
@@ -7,7 +7,7 @@ Library           Collections
 Library           String
 Library           ../../../libraries/Common.py
 Resource          ../../../libraries/KarafKeywords.robot
-Resource          ../../../libraries/TsdrUtils.txt
+Resource          ../../../libraries/TsdrUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
index d57f2e599acd517432a73a95fbcb270888b4aab6..1cceb415a5cf1bd0a244bbb0682220c5d02d656c 100644 (file)
@@ -7,7 +7,7 @@ Library           Collections
 Library           String
 Library           ../../../libraries/Common.py
 Resource          ../../../libraries/KarafKeywords.robot
-Resource          ../../../libraries/TsdrUtils.txt
+Resource          ../../../libraries/TsdrUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
index 8f12e03282dc357a7c33f7bc6f1640a1dde066c3..bfe718458b43db926e73b36e4fd4fac2bf17e120 100644 (file)
@@ -7,7 +7,7 @@ Library           Collections
 Library           String
 Library           ../../../libraries/Common.py
 Resource          ../../../libraries/KarafKeywords.robot
-Resource          ../../../libraries/TsdrUtils.txt
+Resource          ../../../libraries/TsdrUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
index ce5da9971fba551be72556ec7d33824713df5f82..a1b08f1c6c0d6f3acee21bc4a6bbf4eeee15df40 100644 (file)
@@ -7,7 +7,7 @@ Library           Collections
 Library           String
 Library           ../../../libraries/Common.py
 Resource          ../../../libraries/KarafKeywords.robot
-Resource          ../../../libraries/TsdrUtils.txt
+Resource          ../../../libraries/TsdrUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
index 64ceff23c26a4a077c805519aeb3b5d735d8dfb6..6b62714821d4790f8c30498ba5373b7aa9fae1e3 100644 (file)
@@ -7,7 +7,7 @@ Library           Collections
 Library           String
 Library           ../../../libraries/Common.py
 Resource          ../../../libraries/KarafKeywords.robot
-Resource          ../../../libraries/TsdrUtils.txt
+Resource          ../../../libraries/TsdrUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
index 3600585347a45be518711a5a220d00482fe2bf99..d55e8b50455f68e552fdc64bd99bd3f6b44d6234 100644 (file)
@@ -7,7 +7,7 @@ Library           Collections
 Library           String
 Library           ../../../libraries/Common.py
 Resource          ../../../libraries/KarafKeywords.robot
-Resource          ../../../libraries/TsdrUtils.txt
+Resource          ../../../libraries/TsdrUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
index c43a2aab0b3475005e561c04bfb89b4ebebdd790..7f413e0f57541fe07508d42dad4b85ced9ffb407 100755 (executable)
@@ -8,7 +8,7 @@ Library           String
 Library           RequestsLibrary
 Library           ../../../libraries/Common.py
 Resource          ../../../libraries/KarafKeywords.robot
-Resource          ../../../libraries/TsdrUtils.txt
+Resource          ../../../libraries/TsdrUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
index f1dbb29a96f9b04f9815a14c8f0fded6028aec1f..03f351912b9d8137d70558708a6f36cfffc3c750 100644 (file)
@@ -7,7 +7,7 @@ Library           Collections
 Library           String
 Library           ../../../libraries/Common.py
 Resource          ../../../libraries/KarafKeywords.robot
-Resource          ../../../libraries/TsdrUtils.txt
+Resource          ../../../libraries/TsdrUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
index c8fc9eedc54227e86b835588454f60ec75217804..b6e930756a11dca49631770f4c76e997cbb928c0 100644 (file)
@@ -7,7 +7,7 @@ Library           Collections
 Library           String
 Library           ../../../libraries/Common.py
 Resource          ../../../libraries/KarafKeywords.robot
-Resource          ../../../libraries/TsdrUtils.txt
+Resource          ../../../libraries/TsdrUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
index 439a6e6470b844ddcea90ef3c40091a26275455e..5a14855ef4b338fc4218fa6e2cdc2cbeeb1c484c 100644 (file)
@@ -7,7 +7,7 @@ Library           Collections
 Library           String
 Library           ../../../libraries/Common.py
 Resource          ../../../libraries/KarafKeywords.robot
-Resource          ../../../libraries/TsdrUtils.txt
+Resource          ../../../libraries/TsdrUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
index 085594bc9159e4adf6ed6fafb7c3ea72f0f9bfdd..4042129ac782d5d2764d7bbbf24bab5e23ce5115 100644 (file)
@@ -7,7 +7,7 @@ Library           Collections
 Library           String
 Library           ../../../libraries/Common.py
 Resource          ../../../libraries/KarafKeywords.robot
-Resource          ../../../libraries/TsdrUtils.txt
+Resource          ../../../libraries/TsdrUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
index f5216622cc0bb766d8891b50c941653bf42e1536..4410b88c98f0a098bfc4f3820d2e046e455118b3 100644 (file)
@@ -7,7 +7,7 @@ Library           Collections
 Library           String
 Library           ../../../libraries/Common.py
 Resource          ../../../libraries/KarafKeywords.robot
-Resource          ../../../libraries/TsdrUtils.txt
+Resource          ../../../libraries/TsdrUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Variables ***