From 9dfd7e28c1eb348fcb4a2de8c6faae2a01b34942 Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Wed, 20 Sep 2017 13:20:42 +0300 Subject: Global Read only role, Support VID specific Roles Issue-ID: VID-46 , VID-47 Change-Id: Ib100d20ac40a65d39e27a6e2741b19a173a2b8ea Signed-off-by: Ofir Sonsino --- .../test/resources/WEB-INF/jsp/testViewEdit.jsp | 172 +++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 vid-app-common/src/test/resources/WEB-INF/jsp/testViewEdit.jsp (limited to 'vid-app-common/src/test/resources/WEB-INF/jsp/testViewEdit.jsp') diff --git a/vid-app-common/src/test/resources/WEB-INF/jsp/testViewEdit.jsp b/vid-app-common/src/test/resources/WEB-INF/jsp/testViewEdit.jsp new file mode 100644 index 000000000..031fedf8c --- /dev/null +++ b/vid-app-common/src/test/resources/WEB-INF/jsp/testViewEdit.jsp @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<%@ page import="org.openecomp.vid.mso.*"%> +<%@ page import="org.openecomp.portalsdk.core.util.SystemProperties"%> +<% + String properties = "{msoMaxPolls:" + SystemProperties.getProperty(MsoProperties.MSO_MAX_POLLS) + + ",msoMaxPollingIntervalMsec:" + + SystemProperties.getProperty(MsoProperties.MSO_POLLING_INTERVAL_MSECS) + "}"; +%> + +
+ +
+
+
+
+
+ +

+
Test View Edit Page
+

+
+ These buttons simulate the add, delete and "show details" (called + "script" in User Stories) icons (or buttons) that are expected on the + view / edit page. +
+
+ Use test MSO + controller +
+

CALLBACK: {{callbackResults}}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Service + + + + + +
VNF + + + + + +
VF Module + + + + + +
Volume Group + + + + + +
Network + + + + + +
+
+ + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -- cgit 1.2.3-korg