From c6ddae2d3930d8d616c04ce34809a2cd95be006e Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Mon, 25 Jan 2016 16:01:54 -0800 Subject: [PATCH] remove feature installation from robot setup 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 --- csit/suites/nic/cli/console.robot | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/csit/suites/nic/cli/console.robot b/csit/suites/nic/cli/console.robot index bde238f279..4ae0023237 100644 --- a/csit/suites/nic/cli/console.robot +++ b/csit/suites/nic/cli/console.robot @@ -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 -- 2.36.6