Tidied new and updated test suites
[integration/test.git] / csit / suites / vtn / VTN_Mgr_OF13 / 010__flowcondition_test.robot
1 *** Settings ***
2 Documentation     Test suite for VTN Manager using OF13
3 Suite Setup       Start SuiteVtnMaTest
4 Suite Teardown    Stop SuiteVtnMaTest
5 Resource          ../../../libraries/VtnMaKeywords.robot
6
7 *** Test Cases ***
8 Add a flowcondition in restconfig
9     [Documentation]    Create a flowcondition cond_1 using restconfig api
10     Add a flowcondition    cond_1
11
12 Get flowcondition
13     [Documentation]    Retrieve the flowcondition by name
14     Get flowcondition    cond_1    retrieve
15
16 Get flowconditions
17     [Documentation]    Retrieve the list of flowconditions
18     Get flowconditions
19
20 Remove flowcondition
21     [Documentation]    Remove the flowcondition by name
22     Remove flowcondition    cond_1
23
24 Get flowcondition After Remove
25     [Documentation]    Verify the removed flowcondition
26     Get flowcondition    cond_1    retrieve_after_remove