remove feature installation from robot setup 19/33519/6
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 26 Jan 2016 00:01:54 +0000 (16:01 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 27 Jan 2016 21:27:21 +0000 (21:27 +0000)
the paradigm in OpenDaylight CSIT is to normally
have the features installed when the controller
is deployed.

Change-Id: Ie62bd6dee21c49d1a27b7bb89a41842ec9557fea
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/suites/nic/cli/console.robot

index bde238f279798bda90a6275f8eed9cc5e967f486..4ae00232378344850fa12f7d7ffd0b7ce8d94342 100644 (file)
@@ -40,7 +40,7 @@ Verify NIC Command Add and Remove
     ...    The command "Wait Until Keyword Succeeds" is used to poll for 10 minutes
     ...    until the intent:add command is availible for the test case to be run.
     [Tags]    NIC
-    Wait Until Keyword Succeeds    10 min    5 sec    Verify Intent:Add Command is Availible
+    Wait Until Keyword Succeeds    1 min    5 sec    Verify Intent:Add Command is Availible
     : FOR    ${intent}    IN    @{all_intents}
     \    ${id}=    Add Intent    @{intent}
     \    Append To List    ${all_intents_ids}    ${id}
@@ -65,9 +65,6 @@ Verify NIC Command Add and Remove
 *** Keywords ***
 Setup NIC Console Environment
     [Documentation]    Installing NIC Console related features (odl-nic-core, odl-nic-console)
-    Install a Feature    odl-nic-core-service-mdsal
-    Install a Feature    odl-nic-core
-    Install a Feature    odl-nic-console
     Start Suite
     Verify Feature Is Installed    odl-nic-core
     Verify Feature Is Installed    odl-nic-console