Fix minor typos in documentation 50/117550/1
authorLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Fri, 5 Feb 2021 13:27:01 +0000 (15:27 +0200)
committerLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Fri, 5 Feb 2021 13:27:01 +0000 (15:27 +0200)
Issue-ID: INT-1850
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: Ice49da441c498d7b9a4e09a61d7a6f28b920785f

README.md
robot/resources/bc_interface.robot
robot/testsuites/ves.robot

index 3a48894..ed3c4a3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Getting Started
 ## Prerequisites
-This guide assumes you have run git clone on https://gerrit.onap.org/r/p/testsuite.git
+This guide assumes you have run git clone on https://gerrit.onap.org/r/testsuite.git
 
 For more info please see the [Development Guide](https://wiki.onap.org/display/DW/Robot+Framework+Development+Guide)
 
index a227651..3d0ebc0 100644 (file)
@@ -11,13 +11,13 @@ ${BC_HTTPS_ENDPOINT}     https://${GLOBAL_INJECTED_BC_IP_ADDR}:${GLOBAL_BC_HTTPS
 
 *** Keywords ***
 Run BC Health Check With Basic Auth
-     [Documentation]    Runs dmmap details check
+     [Documentation]    Runs dmaap details check
      ${resp}=    Return dmaap details with basic auth    ${BC_HEALTH_CHECK_PATH}
      Should Be Equal As Strings        ${resp.status_code}     200
 
 
 Return dmaap details with basic auth
-     [Documentation]    Runs Bus Controler get details request with basic authentication
+     [Documentation]    Runs Bus Controller get details request with basic authentication
      [Arguments]    ${data_path}
      ${auth}=  Create List     ${GLOBAL_BC_USERNAME}   ${GLOBAL_BC_PASSWORD}
      ${session}=    Create Session      bs      ${BC_HTTPS_ENDPOINT}    auth=${auth}
index 7338fcc..957b11e 100644 (file)
@@ -37,16 +37,16 @@ ${Provisioning_json}                ${EXECDIR}/robot/assets/dcae/ves_stdnDefined
 
 Send standard event to VES and check if is routed to proper topic
     [Documentation]
-     ...  This test case checks wheather fault event is send to proper DMAAP topic.
-     ...  Fault event should be routed by VES Collector to unauthenticated.SEC_FAULT_OUTPUT topic on DMAAP MR .
+     ...  This test case checks whether fault event is sent to proper DMAAP topic.
+     ...  Fault event should be routed by VES Collector to unauthenticated.SEC_FAULT_OUTPUT topic on DMAAP MR.
     [Tags]     vescollector   ete
     ${expected_fault_on_mr}      Set Variable     Fault_Vscf:Acs-Ericcson_PilotNumberPoolExhaustion
     Send Event to VES & Validate Topic      ${ves7_valid_json}   ${MR_TOPIC_URL_PATH}   ${expected_fault_on_mr}
 
 Send 3GPP Fault Supervision event to VES and check if is routed to proper topic
     [Documentation]
-     ...  This test case checks wheather fault event is send to proper DMAAP topic.
-     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-FaultSupervision" .
+     ...  This test case checks whether fault event is sent to proper DMAAP topic.
+     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-FaultSupervision".
      ...  Fault should be routed to mr topic unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT
     [Tags]     vescollector   ete
     ${expected_fault_on_mr}      Set Variable     ves_stdnDefined_3GPP-FaultSupervision
@@ -54,8 +54,8 @@ Send 3GPP Fault Supervision event to VES and check if is routed to proper topic
 
 Send 3GPP Heartbeat event to VES and check if is routed to proper topic
     [Documentation]
-     ...  This test case checks wheather fault event is send to proper DMAAP topic.
-     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-Heartbeat" .
+     ...  This test case checks whether fault event is sent to proper DMAAP topic.
+     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-Heartbeat".
      ...  Fault should be routed to mr topic unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT
     [Tags]     vescollector   ete
     ${expected_fault_on_mr}      Set Variable     ves_stdnDefined_3GPP-Heartbeat
@@ -63,8 +63,8 @@ Send 3GPP Heartbeat event to VES and check if is routed to proper topic
 
 Send 3GPP Performance Assurance event to VES and check if is routed to proper topic
     [Documentation]
-     ...  This test case checks wheather fault event is send to proper DMAAP topic.
-     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-PerformanceAssurance" .
+     ...  This test case checks whether fault event is sent to proper DMAAP topic.
+     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-PerformanceAssurance".
      ...  Fault should be routed to mr topic unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT
     [Tags]     vescollector   ete
     ${expected_fault_on_mr}      Set Variable     ves_stdnDefined_3GPP-PerformanceAssurance
@@ -72,9 +72,9 @@ Send 3GPP Performance Assurance event to VES and check if is routed to proper to
 
 Send 3GPP Provisioning event to VES and check if is routed to proper topic
     [Documentation]
-     ...  This test case checks wheather fault event is send to proper DMAAP topic.
-     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-Provisioning" .
+     ...  This test case checks whether fault event is sent to proper DMAAP topic.
+     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-Provisioning".
      ...  Fault should be routed to mr topic unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT
     [Tags]     vescollector   ete
     ${expected_fault_on_mr}      Set Variable     ves_stdnDefined_3GPP-Provisioning
-    Send Event to VES & Validate Topic      ${Provisioning_json}   ${MR_PROVISIONING_TOPIC_URL_PATH}   ${expected_fault_on_mr}
\ No newline at end of file
+    Send Event to VES & Validate Topic      ${Provisioning_json}   ${MR_PROVISIONING_TOPIC_URL_PATH}   ${expected_fault_on_mr}