From 34e093fcdef65c1bfed921a4e898bcec362bd145 Mon Sep 17 00:00:00 2001 From: Lasse Kaihlavirta Date: Fri, 5 Feb 2021 15:27:01 +0200 Subject: Fix minor typos in documentation Issue-ID: INT-1850 Signed-off-by: Lasse Kaihlavirta Change-Id: Ice49da441c498d7b9a4e09a61d7a6f28b920785f --- README.md | 2 +- robot/resources/bc_interface.robot | 4 ++-- robot/testsuites/ves.robot | 22 +++++++++++----------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3a488946..ed3c4a37 100644 --- 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) diff --git a/robot/resources/bc_interface.robot b/robot/resources/bc_interface.robot index a2276512..3d0ebc02 100644 --- a/robot/resources/bc_interface.robot +++ b/robot/resources/bc_interface.robot @@ -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} diff --git a/robot/testsuites/ves.robot b/robot/testsuites/ves.robot index 7338fcc2..957b11e9 100644 --- a/robot/testsuites/ves.robot +++ b/robot/testsuites/ves.robot @@ -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} -- cgit 1.2.3-korg