Updated documentation and scripts using https between agent and MR

Documentation of all api test script for function test scripts

Enabled testcase to test both http and https between the policy agent and MR

POST message to MR now also support single message that is not in an array

Change-Id: I8540244786d941d0387425667adb637e66e1ce2e
Issue-ID: NONRTRIC-154
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
diff --git a/test/auto-test/FTC1.sh b/test/auto-test/FTC1.sh
index d9a88b1..2eaf0f3 100755
--- a/test/auto-test/FTC1.sh
+++ b/test/auto-test/FTC1.sh
@@ -68,15 +68,8 @@
         start_mr
 
         if [ $__httpx == "HTTPS" ]; then
-
-            deviation "TR17 - agent cannot use https towards MR - test combo $interface and $__httpx"
-            #This is the intention
             #echo "Using secure ports between agent and MR"
-            #use_mr_https
-
-            #Work around until it is fixed
-            #"Using non-secure ports between agent and MR"
-            use_mr_http
+            use_mr_https
         else
             #"Using non-secure ports between agent and MR"
             use_mr_http