Add csit test cases for centinel features.
[integration/test.git] / csit / suites / centinel / basic / 020_FeatureInstallation.robot
1 *** Settings ***
2 Suite Setup       Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
3 Suite Teardown    Delete All Sessions
4 Library           RequestsLibrary
5 Library           OperatingSystem
6 Library           String
7 Library           Collections
8 Library           DateTime
9 Resource          ../../../libraries/KarafKeywords.robot
10 Variables         ../../../variables/Variables.py
11
12 *** Test Cases ***
13 Centinel Feature Installation
14     Install a Feature    odl-centinel-all    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}    60
15     Verify Feature Is Installed    odl-centinel-all
16     ${strings_to_verify}=    Create List    Stream handler provider initated
17     Wait Until Keyword Succeeds    120s    1s    Check For Elements On Karaf Command Output Message    log:display | grep "Stream handler provider initated"    ${strings_to_verify}