summaryrefslogtreecommitdiffstats
path: root/tests/vid/https-connection/test1.robot
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vid/https-connection/test1.robot')
-rw-r--r--tests/vid/https-connection/test1.robot16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/vid/https-connection/test1.robot b/tests/vid/https-connection/test1.robot
new file mode 100644
index 00000000..2173757a
--- /dev/null
+++ b/tests/vid/https-connection/test1.robot
@@ -0,0 +1,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 ***