Tidying all .robot files
[integration/test.git] / csit / suites / snmp / snmp-get / 010__snmp_get.robot
index 10988bae623e3045daaf0e49b747f50b6270fcce..cda704d14ac688bbbf6a2c8aa5d1bdbeba31f9e0 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test suite for SNMP
-Suite Setup       Create Session   session   http://${CONTROLLER}:${RESTCONFPORT}   auth=${AUTH}   headers=${HEADERS}
+Suite Setup       Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
 Suite Teardown    Delete All Sessions
 Library           SSHLibrary
 Library           Collections
@@ -11,12 +11,11 @@ Variables         ../../../variables/Variables.py
 
 *** Variables ***
 ${REST_CONTEXT_SNMP_SET}    /restconf/operations/snmp:snmp-get
-${DEVICE_IP}                10.86.3.13
+${DEVICE_IP}      10.86.3.13
 
 *** Test Cases ***
 List connections
     [Documentation]    SNMP get
     [Tags]    SNMP get
-    ${resp}    Post    session    ${REST_CONTEXT_SNMP_SET}
-    ...   data={"input": {"ip-address": "${DEVICE_IP}","oid" : "1.3.6.1.2.1.1.1.0","get-type" : "GET-BULK","community" : "private" } }
-    Should Be Equal As Strings   ${resp.status_code}   200
+    ${resp}    Post    session    ${REST_CONTEXT_SNMP_SET}    data={"input": {"ip-address": "${DEVICE_IP}","oid" : "1.3.6.1.2.1.1.1.0","get-type" : "GET-BULK","community" : "private" } }
+    Should Be Equal As Strings    ${resp.status_code}    200