diff options
author | Brian Freeman <bf1936@att.com> | 2019-05-02 15:30:02 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-05-02 17:06:29 -0500 |
commit | ed66ff948cfe0d66467a5f818493ba35387dbe30 (patch) | |
tree | 3fddb53ca10c9e30435590bd675b5280c621f5fc /robot/resources/pomba_interface.robot | |
parent | c967dd69ee01fe702ffd25ba3f04c15f7af19b2a (diff) |
Add DMaaP Update topic ACL test
fixed Pomba Documentation warning
Issue-ID: INT-1058
Change-Id: Ifda1ccf4002312d031fde2520226de719b788853
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/pomba_interface.robot')
-rw-r--r-- | robot/resources/pomba_interface.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/robot/resources/pomba_interface.robot b/robot/resources/pomba_interface.robot index ddea52a6..35161188 100644 --- a/robot/resources/pomba_interface.robot +++ b/robot/resources/pomba_interface.robot @@ -1,7 +1,7 @@ *** Settings *** Documentation Tests the health of the POMBA containers: aai-context-builder, sdc-context-builder, -Documentation network-discovery-micro-service, Context-Aggregator, pomba-kibana, pomba-elasticsearch, -Documentation service-decomposition, sdnc-context-builder and network-discovery-context-builder. +... network-discovery-micro-service, Context-Aggregator, pomba-kibana, pomba-elasticsearch, +... service-decomposition, sdnc-context-builder and network-discovery-context-builder. Library Collections Library String Library RequestsLibrary @@ -154,4 +154,4 @@ Run Pomba Context Aggregator Get Request ${session}= Create Session pomba-contextaggregator ${POMBA_CONTEXTAGGREGATOR_ENDPOINT} ${resp}= Get Request pomba-contextaggregator ${data_path} Log Received response from pomba-contextaggregator ${resp.text} - [Return] ${resp}
\ No newline at end of file + [Return] ${resp} |