fea34b430546165ac064be455b5c05082b6b80e0
[integration/csit.git] / tests / integration / nfsimulator / netconf-server / netconf-server-rest-test.robot
1 *** Settings ***
2 Documentation     Run healthcheck
3 Library               RequestsLibrary
4 Resource          ./resources/netconf-server-keywords.robot
5
6
7 *** Test Cases ***
8
9 Netconf Server Healthy Check
10     [Tags]      Netconf-Server
11     [Documentation]   Server Should be healthy
12     Verify That Server Is Healthy
13
14 Netconf Server Readiness Check
15     [Tags]      Netconf-Server
16     [Documentation]   Server Should be ready
17     Verify That Server Is Ready
18
19 Netconf Module Configuration Update
20     [Tags]      Netconf-Server
21     [Documentation]   Update Should Be Distributed
22     Update NetConf Module Configuration  pnf-simulator  ${PNF_SIMULATOR_DATA_XML}  202
23     Sleep   20s     Wait for message distribution in Kafka
24     Verify That Change Is Available In NetConf Module Change Configuration History  200
25
26