From fff0e399eb7b57ecd0ddce1b742da8c22968014c Mon Sep 17 00:00:00 2001 From: raghavendracharik Date: Wed, 20 Jul 2016 04:10:13 -0700 Subject: Implementation of testcase/pod declaration dashboard for adding tescases JIRA: FUNCTEST-26 Change-Id: Iceb1c54ba8c245d43cc553533fdf4fd3284c7132 Signed-off-by: raghavendracharik --- utils/test/declaration/index.php | 221 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 utils/test/declaration/index.php (limited to 'utils/test/declaration/index.php') diff --git a/utils/test/declaration/index.php b/utils/test/declaration/index.php new file mode 100644 index 000000000..b2c5d0370 --- /dev/null +++ b/utils/test/declaration/index.php @@ -0,0 +1,221 @@ + + + + OPNFV DashBoard + + + + + + + + + + +
+

OPNFV DASHBOARD:

+
+ +
+
+ + + + + + + + + + + pods; + $i=1; + foreach ( $pods as $pod ){ + + $column_str=""; + $column_str=""; + $column_str=$column_str.""; + $column_str= $column_str.""; + $column_str= $column_str.""; + $column_str= $column_str.""; + $column_str= $column_str.""; + echo $column_str; + $i=$i+1; + } + ?> +
#Pod NameCreation DateRoleMode
".$i."".$pod->name."".$pod->creation_date."".$pod->role."".$pod->mode."
+
+
+ + + + + + + + + projects; + $i=0; + foreach ( $projects as $project ){ + + $column_str=""; + $column_str=""; + $column_str=$column_str.""; + $column_str= $column_str.""; + $column_str= $column_str.""; + echo $column_str; + $i=$i+1; + } +?> +
#ProjectCreation Date
".$i."".$project->name."".$project->creation_date."
+
+
+
+ + +
+
+ +
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
+
+ + -- cgit 1.2.3-korg