0303ca160d7bd8ff157043a9ae2bada09908d1e7
[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
9 Add a flowcondition in restconfig
10     [Documentation]    Create a flowcondition cond_1 using restconfig api
11     Add a flowcondition    cond_1
12
13 Get flowcondition
14     [Documentation]    Retrieve the flowcondition by name
15     Get flowcondition    cond_1    retrieve
16
17 Get flowconditions
18     [Documentation]    Retrieve the list of flowconditions
19     Get flowconditions
20
21 Remove flowcondition
22     [Documentation]    Remove the flowcondition by name
23     Remove flowcondition    cond_1
24
25 Get flowcondition After Remove
26     [Documentation]    Verify the removed flowcondition
27     Get flowcondition    cond_1    retrieve_after_remove