From 0cf6b232ac9cf128ee9183a27c08f4f74ab2e2e6 Mon Sep 17 00:00:00 2001 From: grakiss Date: Thu, 28 Sep 2017 03:47:54 -0400 Subject: add api&web services for cvp JIRA: DOVETAIL-512 add api&web services for cvp Change-Id: I9ef9525e980fe61dc3108035ef9a3ff8783b2697 Signed-off-by: grakiss --- .../results-report/partials/editTestModal.html | 65 ++++++++++++++++++++++ .../results-report/partials/fullTestListModal.html | 13 +++++ .../results-report/partials/reportDetails.html | 65 ++++++++++++++++++++++ 3 files changed, 143 insertions(+) create mode 100644 cvp/3rd_party/static/testapi-ui/components/results-report/partials/editTestModal.html create mode 100644 cvp/3rd_party/static/testapi-ui/components/results-report/partials/fullTestListModal.html create mode 100644 cvp/3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html (limited to 'cvp/3rd_party/static/testapi-ui/components/results-report/partials') diff --git a/cvp/3rd_party/static/testapi-ui/components/results-report/partials/editTestModal.html b/cvp/3rd_party/static/testapi-ui/components/results-report/partials/editTestModal.html new file mode 100644 index 00000000..583c9b92 --- /dev/null +++ b/cvp/3rd_party/static/testapi-ui/components/results-report/partials/editTestModal.html @@ -0,0 +1,65 @@ + diff --git a/cvp/3rd_party/static/testapi-ui/components/results-report/partials/fullTestListModal.html b/cvp/3rd_party/static/testapi-ui/components/results-report/partials/fullTestListModal.html new file mode 100644 index 00000000..6db198b0 --- /dev/null +++ b/cvp/3rd_party/static/testapi-ui/components/results-report/partials/fullTestListModal.html @@ -0,0 +1,13 @@ + diff --git a/cvp/3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html b/cvp/3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html new file mode 100644 index 00000000..9f8ed140 --- /dev/null +++ b/cvp/3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html @@ -0,0 +1,65 @@ + + +Test Filters:
+ + + + + {{ ctrl.testId }} + + (Total: {{ ctrl.cases.length }} tests) + + + +
    +
  1. + + + {{ testcase.build_tag.split('-').pop() }} + [{{ testcase.pass }}/{{ testcase.total }}] + [{{ testcase.pass }}] + [{{ testcase.fail }}] + + + +
  2. +
+
-- cgit 1.2.3-korg