SDNC image added to policy managment CSIT

Change-Id: I1913b81311dd44a24aca10d0b7668a88e23e6ab6

Issue-ID: CCSDK-2792

Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: I1a9f93975b55a80fa8e931ed18f6fc05d2a53262
diff --git a/tests/ccsdk-oran/polmansuite/test.robot b/tests/ccsdk-oran/polmansuite/test.robot
index be39628..1390a8c 100644
--- a/tests/ccsdk-oran/polmansuite/test.robot
+++ b/tests/ccsdk-oran/polmansuite/test.robot
@@ -6,11 +6,18 @@
 
 Functional Test Case 1
     [Documentation]                 Functional Test Case 1 - FTC1
-    Start Process                   ${AUTOTEST_ROOT}/FTC1.sh   remote  auto-clean  shell=true   cwd=${AUTOTEST_ROOT}
+    Start Process                   ${AUTOTEST_ROOT}/FTC1.sh   remote  auto-clean  --env-file  ${POLMAN_PLANS}/test_env.sh  shell=true   cwd=${AUTOTEST_ROOT}
     ${cli_cmd_output}=              Wait For Process    timeout=3600
     Should Be Equal as Integers     ${cli_cmd_output.rc}    0
     ${ResultFileContent}=           Get File                        ${AUTOTEST_ROOT}/.resultFTC1.txt
     Should Be Equal As Integers     ${ResultFileContent}    0
 
+Functional Test Case 2
+    [Documentation]                 Functional Test Case 2 - FTC150
+    Start Process                   ${AUTOTEST_ROOT}/FTC150.sh   remote  auto-clean  --env-file  ${POLMAN_PLANS}/test_env.sh  shell=true   cwd=${AUTOTEST_ROOT}
+    ${cli_cmd_output}=              Wait For Process    timeout=3600
+    Should Be Equal as Integers     ${cli_cmd_output.rc}    0
+    ${ResultFileContent}=           Get File                        ${AUTOTEST_ROOT}/.resultFTC150.txt
+    Should Be Equal As Integers     ${ResultFileContent}    0