Add basic odltools csit
[integration/test.git] / csit / suites / odltools / basic.robot
1 *** Settings ***
2 Documentation     Test suite to verify odltools
3 Resource          ../../libraries/ODLTools.robot
4
5 *** Test Cases ***
6 Verify Installation
7     [Documentation]    Verify odltools has been installed by calling the version cli
8     ${output} =    ODLTools.Version
9     BuiltIn.Should_Contain    ${output}    (version
10
11 Verify Get EOS
12     [Documentation]    Verify the show eos cli
13     ${output} =    ODLTools.Get EOS
14     BuiltIn.Should_Contain    ${output}    Entity Ownership Service
15
16 Verify Get Cluster Info
17     [Documentation]    Verify the show cluster-info cli
18     ${output} =    ODLTools.Get Cluster Info