aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vid/https-connection/test1.robot
blob: 2173757af9a8a68a5a0264d2095a33b7c0c097a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*** Settings ***
Library     keywords.py
Library     Collections

*** Variables ***


*** Test Cases ***
Connection to SO is performed using HTTPS
     ${cookies}=  Login To VID
     ${response}=  Send create VF module instance request to VID  ${cookies}
     Dictionary Should Contain Item  ${response}  status  200
     Response should contain valid entity  ${response}


*** Keywords ***