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