aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration/nfsimulator/netconf-server/netconf-server-rest-test.robot
blob: 21001e5b54e6ce4ac731861aa73024695a3133f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
*** Settings ***
Documentation     Run healthcheck
Library         RequestsLibrary
Library           Collections
Resource          ./resources/netconf-server-keywords.robot


*** Test Cases ***

Netconf Server Healthy Check
    [Tags]      Netconf-Server
    [Documentation]   Server Should be healthy
    Verify That Server Is Healthy

Netconf Server Readiness Check
    [Tags]      Netconf-Server
    [Documentation]   Server Should be ready
    Verify That Server Is Ready

Netconf Module Configuration Update
    [Tags]      Netconf-Server
    [Documentation]   Update Should Be Distributed
    Update NetConf Module Configuration  pnf-simulator  ${PNF_SIMULATOR_DATA_XML}  202
    Sleep   20s     Wait for message distribution in Kafka
    Verify That Change Is Available In NetConf Module Change Configuration History  200

Netconf Module Configuration History Get
    [Tags]      Netconf-Server
    [Documentation]   Configuration History should be returned
    Update NetConf Module Configuration  pnf-simulator  ${PNF_SIMULATOR_DATA_XML}  202
    Verify That Configuration History Is Available  200