OOF SMS CSIT
[integration/csit.git] / tests / vid / https-connection / test1.robot
1 *** Settings ***
2 Library     keywords.py
3 Library     Collections
4
5 *** Variables ***
6
7
8 *** Test Cases ***
9 Connection 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 ***