s/Testcases/Test Cases/ 27/78727/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 13 Dec 2018 03:07:04 +0000 (19:07 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 13 Dec 2018 03:09:18 +0000 (19:09 -0800)
With the newer version of robotframework the use of a single
work Testcases produces this warning in the robot .html log

Error in file '<filename>: Section name 'Testcases' is deprecated.
Use 'Test Cases' instead.

This will clean that up

Change-Id: Ibd1542b31fe2573cd20931129f29f5c4b5cf0060
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
31 files changed:
csit/suites/distribution/karaf_sequence_install.robot
csit/suites/distribution/karaf_stop.robot
csit/suites/groupbasedpolicy/GBP/3-node/gbp1/002_wait_flows.robot
csit/suites/groupbasedpolicy/GBP/3-node/gbp1/010_icmp.robot
csit/suites/groupbasedpolicy/GBP/3-node/gbp1/020_http.robot
csit/suites/groupbasedpolicy/GBP/3-node/gbp1/040_show_data.robot
csit/suites/groupbasedpolicy/GBP/3-node/gbp2-multitenant/002_wait_flows.robot
csit/suites/groupbasedpolicy/GBP/3-node/gbp2-multitenant/010_icmp.robot
csit/suites/groupbasedpolicy/GBP/3-node/gbp2-multitenant/020_http.robot
csit/suites/groupbasedpolicy/GBP/3-node/gbp2-multitenant/040_show_data.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/005_wait_for_connections.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/015_wait_for_flows.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/031_track_icmp_h35_2_h36_2.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/032_track_icmp_h35_2_h35_3.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/033_track_icmp_h35_4_h36_4.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/034_track_icmp_h36_5_h35_2.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/035_track_curl_h35_2_h36_2.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/036_track_curl_h35_3_h36_4.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/040_show_data.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-symmetric-chain/005_wait_for_connections.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-symmetric-chain/015_wait_for_flows.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-symmetric-chain/031_track_icmp_h35_2_h36_2.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-symmetric-chain/032_track_icmp_h35_2_h35_3.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-symmetric-chain/033_track_icmp_h35_4_h36_4.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-symmetric-chain/034_track_icmp_h36_5_h35_2.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-symmetric-chain/035_track_curl_h35_2_h36_2.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-symmetric-chain/036_track_curl_h35_3_h36_4.robot
csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-symmetric-chain/040_show_data.robot
csit/suites/openflowplugin/Bundlebased_Reconciliation/010_bundle_resync.robot
csit/suites/openflowplugin/Performance/010_Cbench.robot
csit/suites/openstack/securitygroup/neutron_security_group.robot

index 2fd11f0c2c4220c450bfdc74c331096eedf36b65..537bd9a030d440c04eac6defe3365f8cdb15234d 100644 (file)
@@ -24,7 +24,7 @@ Library           SSHLibrary
 ${FEATURES_LIST_NAME}    odl-integration-compatible-with-all
 ${FEATURE_INSTALL_TIMEOUT}    10m
 
-*** Testcases ***
+*** Test Cases ***
 Install_Features_One_By_One
     [Documentation]    Try to install current list of features and check whether Karaf hangs on it or not (bug 4462).
     SSHKeywords.Open_Connection_To_ODL_System
index 12f64f5f7536185702b59b4e3cb2a4b3d67dfe52..40b2efb9ebb65c188e3fc279fe26e09e0fe9d536 100644 (file)
@@ -22,7 +22,7 @@ Resource          ${CURDIR}/../../variables/Variables.robot
 *** Variables ***
 ${STOP_TIMEOUT}    180s
 
-*** Testcases ***
+*** Test Cases ***
 Stop_Karaf_Within_Timeout
     [Documentation]    Try to stop karaf using delivered ./bin/stop script.
     ClusterManagement.Stop_Members_From_List_Or_All    timeout=${STOP_TIMEOUT}
index 7172ab668f52823914fcc43a20004a790c90b9c4..292b5393997a6c82ec797bd12406c1a4e727b13d 100755 (executable)
@@ -10,7 +10,7 @@ Resource          ../Variables.robot
 *** Variables ***
 ${timeout}        10s
 
-*** Testcases ***
+*** Test Cases ***
 Wait For Flows
     Sleep    30s
     ${passed} =    Run Keyword And Return Status    OpenFlowUtils.Wait For Flows On Switch    ${GBP1}    sw1
index 75c545d4239cb5c9764193faca07844901f92d8f..ea4ed4740198294ede1e86af87f2f83904da1bc7 100644 (file)
@@ -14,7 +14,7 @@ Resource          ../Variables.robot
 *** Variables ***
 ${timeout}        10s
 
-*** Testcases ***
+*** Test Cases ***
 Same switch, ping once from h35_2 to h36_4
     [Documentation]    Ping between endpoints located on the same switch "sw1".
     ConnUtils.Connect and Login    ${CLIENT_SWITCH_IP}    timeout=${timeout}
index 71b8dd6f728200523df28023b68c965d7cec461d..2841c054394d0e429b326f22c839ce9b7104453f 100644 (file)
@@ -14,7 +14,7 @@ Resource          ../Variables.robot
 *** Variables ***
 ${timeout}        10s
 
-*** Testcases ***
+*** Test Cases ***
 Same switch, start SimpleHttpServer on h36_4
     [Documentation]    Same Switch (sw1)
     # Same subnet tests are not supported by current topology configuration;
index 24c67f07a4a9f3207998f487481e7fc2f6fd4a2e..5107e43aca3f0bf48c3accd198037cdfd058c8df 100644 (file)
@@ -9,7 +9,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Show GBPSFC1 Status
     [Documentation]    Shows flows and configuration of a switch for easier debugging.
     Start Connections
index 8bf2a797e66cbc30d3b15100e3e69c6a9d1e06a2..37019c603f3043fed4d35f2fb34c4386caf10a1b 100755 (executable)
@@ -10,7 +10,7 @@ Resource          ../Variables.robot
 *** Variables ***
 ${timeout}        10s
 
-*** Testcases ***
+*** Test Cases ***
 Wait For Flows
     Sleep    30s
     ${passed} =    Run Keyword And Return Status    OpenFlowUtils.Wait For Flows On Switch    ${GBP1}    sw1
index 7cde00b3698fdf27a2273639822e4e66d0d8fa09..876c3f22feb5ae90afc3204cf7f1f3a38cfb4058 100644 (file)
@@ -12,7 +12,7 @@ Resource          ../Variables.robot
 *** Variables ***
 ${timeout}        10s
 
-*** Testcases ***
+*** Test Cases ***
 Setting Variables For Tenant 1
     [Documentation]    Setting variables for tenant 1 related test cases.
     Set Test Variables    client_switch_ip=${GBP1}    client_docker=h35_2    client_ip=10.0.35.2    client_mac=00:00:00:00:35:02    same_webserver_docker=h36_3    same_webserver_ip=10.0.36.3
index cf707a78c82728e9107c3ba83d173d4534cc2188..e26e24e96f006f80858bab551d5fc7f983e99f0d 100644 (file)
@@ -12,7 +12,7 @@ Resource          ../Variables.robot
 *** Variables ***
 ${timeout}        10s
 
-*** Testcases ***
+*** Test Cases ***
 Setting Variables for Tenant 1
     [Documentation]    Setting variables for test cases related to tenant 1.
     # Same subnet tests are not supported by current topology configuration;
index 24c67f07a4a9f3207998f487481e7fc2f6fd4a2e..5107e43aca3f0bf48c3accd198037cdfd058c8df 100644 (file)
@@ -9,7 +9,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Show GBPSFC1 Status
     [Documentation]    Shows flows and configuration of a switch for easier debugging.
     Start Connections
index 2c90f060e389bf9e613918b8f71b0f0621f5ce35..f1315365a76a90e4408da5beff3f973f0d673374 100644 (file)
@@ -8,7 +8,7 @@ Resource          ../../../../../libraries/GBP/OpenFlowUtils.robot
 Resource          ../Variables.robot
 Resource          ../Connections.robot
 
-*** Testcases ***
+*** Test Cases ***
 Wait For Manager Connected on GBPSFC2
     Switch Connection    GPSFC2_CONNECTION
     Wait Until Keyword Succeeds    2 min    3s    Manager is Connected
index 4d9c40e922ab465e6baca904b0ec312cd0dc2bc2..a9c58cac7aaa75cae6739829682748ec396d93e0 100644 (file)
@@ -11,7 +11,7 @@ Variables         ../../../../../variables/Variables.py
 Resource          ../Variables.robot
 Resource          ../Connections.robot
 
-*** Testcases ***
+*** Test Cases ***
 Wait For Flows on GBPSFC1
     [Documentation]    Waiting for flows to appear on OVS switch.
     Switch Connection    GPSFC1_CONNECTION
index adadb436f18907cf0a03b3743bd95c4f5958259d..95c74e84b836a8dfc5a4c753d6289480570570f7 100644 (file)
@@ -10,7 +10,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Ping Once from h35_2 to h36_2
     [Documentation]    Test icmp request.
     Set Test Variables    client_name=h35_2    client_ip=10.0.35.2    server_name=h36_2    server_ip=10.0.36.2    ether_type=0x0800    proto=1
index c998a4df3a470e13b21f482eec9104cb858a869a..be10e1882d33542c2fb52727f7f006cc0ca93d8e 100644 (file)
@@ -10,7 +10,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Ping Once from h35_2 to h35_3
     [Documentation]    Test icmp request.
     Set Test Variables    client_name=h35_2    client_ip=10.0.35.2    server_name=h35_3    server_ip=10.0.35.3    ether_type=0x0800    proto=1
index f8cfd097f94b6e09bde91e399fa6c5c93c2236f5..5424519acf8e7907f94c8c64fa6ca8eb40309e39 100644 (file)
@@ -10,7 +10,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Ping from h36_4 to h35_4
     [Documentation]    Test icmp request.
     Set Test Variables    client_name=h36_4    client_ip=10.0.36.4    server_name=h35_4    server_ip=10.0.35.4    ether_type=0x0800    proto=1
index b313ebc2125dbd5e1ea2a6f0be5aa32eb8071105..eab6c9c2b80a306a420277eb898c9bae1161cdfc 100644 (file)
@@ -10,7 +10,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Ping from h36_5 to h35_2
     [Documentation]    Test icmp request.
     Set Test Variables    client_name=h36_5    client_ip=10.0.36.5    server_name=h35_2    server_ip=10.0.35.2    ether_type=0x0800    proto=1
index d97b5baf8bb60a028c5f5c68122ee326d8d44e71..4a8865657e75dc3fec482c76f4801701324af814 100644 (file)
@@ -11,7 +11,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Start HTTP on h36_2 on Port 80
     [Documentation]    Starting HTTP service on docker container.
     Set Test Variables    client_name=h35_2    client_ip=10.0.35.2    server_name=h36_2    server_ip=10.0.36.2    service_port=80    ether_type=0x0800
index 6a4b4169635cb02415ee535d81168172887200de..e54aca1fe3c31a0b0472c34e94cbe31114d396da 100644 (file)
@@ -11,7 +11,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Start HTTP on h36_4 on Port 80
     [Documentation]    Starting HTTP service on docker container.
     Set Test Variables    client_name=h35_3    client_ip=10.0.35.3    server_name=h36_4    server_ip=10.0.36.4    service_port=80    ether_type=0x0800
index 78d196db5c192cf787c204af430639768fc03ac7..49408b1e94f3470cbe73000f3e7190358f6bec85 100644 (file)
@@ -9,7 +9,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Show GBPSFC1 Status
     [Documentation]    Shows flows and configuration of a switch for easier debugging.
     Start Connections
index 944105675bcc7a6e2a75257bb4e3ef832b08c408..42475c4a27397f7b74e69c553ab31c0d5b70a3c3 100644 (file)
@@ -8,7 +8,7 @@ Resource          ../../../../../libraries/GBP/OpenFlowUtils.robot
 Resource          ../Variables.robot
 Resource          ../Connections.robot
 
-*** Testcases ***
+*** Test Cases ***
 Wait For Manager Connected on GBPSFC2
     Switch Connection    GPSFC2_CONNECTION
     Wait Until Keyword Succeeds    2 min    3s    Manager is Connected
index 4d9c40e922ab465e6baca904b0ec312cd0dc2bc2..a9c58cac7aaa75cae6739829682748ec396d93e0 100644 (file)
@@ -11,7 +11,7 @@ Variables         ../../../../../variables/Variables.py
 Resource          ../Variables.robot
 Resource          ../Connections.robot
 
-*** Testcases ***
+*** Test Cases ***
 Wait For Flows on GBPSFC1
     [Documentation]    Waiting for flows to appear on OVS switch.
     Switch Connection    GPSFC1_CONNECTION
index adadb436f18907cf0a03b3743bd95c4f5958259d..95c74e84b836a8dfc5a4c753d6289480570570f7 100644 (file)
@@ -10,7 +10,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Ping Once from h35_2 to h36_2
     [Documentation]    Test icmp request.
     Set Test Variables    client_name=h35_2    client_ip=10.0.35.2    server_name=h36_2    server_ip=10.0.36.2    ether_type=0x0800    proto=1
index c998a4df3a470e13b21f482eec9104cb858a869a..be10e1882d33542c2fb52727f7f006cc0ca93d8e 100644 (file)
@@ -10,7 +10,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Ping Once from h35_2 to h35_3
     [Documentation]    Test icmp request.
     Set Test Variables    client_name=h35_2    client_ip=10.0.35.2    server_name=h35_3    server_ip=10.0.35.3    ether_type=0x0800    proto=1
index f8cfd097f94b6e09bde91e399fa6c5c93c2236f5..5424519acf8e7907f94c8c64fa6ca8eb40309e39 100644 (file)
@@ -10,7 +10,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Ping from h36_4 to h35_4
     [Documentation]    Test icmp request.
     Set Test Variables    client_name=h36_4    client_ip=10.0.36.4    server_name=h35_4    server_ip=10.0.35.4    ether_type=0x0800    proto=1
index b313ebc2125dbd5e1ea2a6f0be5aa32eb8071105..eab6c9c2b80a306a420277eb898c9bae1161cdfc 100644 (file)
@@ -10,7 +10,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Ping from h36_5 to h35_2
     [Documentation]    Test icmp request.
     Set Test Variables    client_name=h36_5    client_ip=10.0.36.5    server_name=h35_2    server_ip=10.0.35.2    ether_type=0x0800    proto=1
index a665d17812c08c8da6690498f7945fc62a43be51..f2c4157ea353e68c85320f643f33fd3159b65c65 100644 (file)
@@ -10,7 +10,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Start HTTP on h36_2 on Port 80
     [Documentation]    Starting HTTP service on docker container.
     Set Test Variables    client_name=h35_2    client_ip=10.0.35.2    server_name=h36_2    server_ip=10.0.36.2    service_port=80    ether_type=0x0800
index 26f2e77040d8370bb7d85c1486e304d32b200600..95830596233ea547b4d487744dd7fbf76e344c24 100644 (file)
@@ -10,7 +10,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Start HTTP on h36_4 on Port 80
     [Documentation]    Starting HTTP service on docker container.
     Set Test Variables    client_name=h35_3    client_ip=10.0.35.3    server_name=h36_4    server_ip=10.0.36.4    service_port=80    ether_type=0x0800
index 78d196db5c192cf787c204af430639768fc03ac7..49408b1e94f3470cbe73000f3e7190358f6bec85 100644 (file)
@@ -9,7 +9,7 @@ Resource          ../Connections.robot
 
 *** Variables ***
 
-*** Testcases ***
+*** Test Cases ***
 Show GBPSFC1 Status
     [Documentation]    Shows flows and configuration of a switch for easier debugging.
     Start Connections
index 3cd7b63988e65310e838e286d277eacf9f08f8f4..739dac28cdf9ddc9a52b9a4042ee0e1e1d6dcced 100755 (executable)
@@ -21,7 +21,7 @@ ${FLAG_MSG}       "bundle-based-reconciliation-enabled configuration property wa
 ${STATIC_FLOW}    table=91
 @{DATA_MODELS}    config/opendaylight-inventory:nodes    operational/opendaylight-inventory:nodes
 
-*** Testcases ***
+*** Test Cases ***
 TC01_Reconciliation check after switch restart
     [Documentation]    Verify the Bundle based reconciliation with switch(OVS) restart scenario
     Push Static Flow    ${TOOLS_SYSTEM_IP}
index a4933a4c587b9c155e964929b261eafdc0cd771b..8b554136cbe78119afc6805c1f841a87957eb383 100644 (file)
@@ -28,7 +28,7 @@ ${cbench_executable}    /usr/local/bin/cbench
 ${throughput_results_file}    throughput.csv
 ${latency_results_file}    latency.csv
 
-*** Testcases ***
+*** Test Cases ***
 Cbench Latency Test
     [Documentation]    cbench executed in default latency mode. Test parameters have defaults, but can be overridden
     ...    on the pybot command line
index 3e0678a44cadc6f583052ff196bafb90aa831135..1d84e2a198b4658d89733aebeb84e16f785387a9 100644 (file)
@@ -39,7 +39,7 @@ ${PORT_RANGE_ERROR}    argument --dst-port: Invalid range, 25 is not less than 2
 ${INVALID_MIN_PORT}    argument --dst-port: expected one argument
 ${INVALID_MAX_PORT}    argument --dst-port: Invalid range, 20 is not less than -1
 
-*** Testcases ***
+*** Test Cases ***
 TC01_Update Security Group description and Name
     [Documentation]    This test case validates the security group creation with optional parameter description, Update Security Group description and name
     [Tags]    Regression