blob: 2173757af9a8a68a5a0264d2095a33b7c0c097a0 [file] [log] [blame]
adam6142bef2018-10-01 10:34:19 +02001*** Settings ***
2Library keywords.py
3Library Collections
4
5*** Variables ***
6
7
8*** Test Cases ***
9Connection to SO is performed using HTTPS
10 ${cookies}= Login To VID
11 ${response}= Send create VF module instance request to VID ${cookies}
12 Dictionary Should Contain Item ${response} status 200
13 Response should contain valid entity ${response}
14
15
16*** Keywords ***