From 6142befc1b03922d2bf6b17e1504dda468988e6c Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 1 Oct 2018 10:34:19 +0200 Subject: Add test checking so connection Added test checking if vid is contacting SO using HTTPS Change-Id: I75cb829cdc9feb231dfd4d3826d12cab18781d38 Issue-ID: INT-648 Signed-off-by: adam --- tests/vid/https-connection/test1.robot | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/vid/https-connection/test1.robot (limited to 'tests/vid/https-connection/test1.robot') 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 *** -- cgit 1.2.3-korg