d48c99923533478cf72b12605cf12431e1fe199a
[ric-plt/e2mgr.git] / Automation / Tests / Get-All-Nodes / Get_nodes_flush.robot
1 *** Settings ***
2 Test Teardown       Flush Redis
3
4
5 *** Variables ***
6 ${file}     ${CURDIR}/flush.py
7
8 *** Keywords ***
9 Flush Redis
10     ${result}=  Run Process    python3.6    ${file}
11     Should Be Equal As Strings      ${result.stdout}        Flush Success