summaryrefslogtreecommitdiffstats
path: root/testapi/3rd_party/static/testapi-ui/components/about
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-10-27 16:58:49 +0800
committerSerena Feng <feng.xiaowei@zte.com.cn>2017-10-31 01:00:35 +0000
commit426aa0231af6cb1911ac7b6fbd36062e338af05a (patch)
tree26199aa442137d9783feb568bf07b57bc5829470 /testapi/3rd_party/static/testapi-ui/components/about
parent529b408c84abb20e3ac28f5d07fe485d9f55ac12 (diff)
remove components out side of 3rd_party
components are implemented by TestAPI team, they are not the third party code, put them under opnfv_testapi/ui directory Change-Id: Ia0f5e2afe4bcb12bcb74d3a8d78fb28fe1432bec Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/3rd_party/static/testapi-ui/components/about')
-rw-r--r--testapi/3rd_party/static/testapi-ui/components/about/about.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/testapi/3rd_party/static/testapi-ui/components/about/about.html b/testapi/3rd_party/static/testapi-ui/components/about/about.html
deleted file mode 100644
index 65860a8..0000000
--- a/testapi/3rd_party/static/testapi-ui/components/about/about.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<h1>TestAPI Documentation</h1>
-
-<p>TestAPI is a source of tools for test results collection of OPNFV clouds.</p>
-<p>To learn more about TestAPI, visit the links below.</p>
-
-<ol>
- <li>
- <a href="https://wiki.opnfv.org/pages/viewpage.action?pageId=2926452#testapi"
- target="_blank"
- </a>
- <strong>About TestAPI</strong>
- </li>
- <li>
- <a href="https://wiki.opnfv.org/pages/viewpage.action?pageId=6825128#how-to-declare-test-project-in-testapi"
- target="_blank"
- </a>
- <strong>How do I declare project in TestAPI</strong>
- </li>
- <li>
- <a href="https://#how-to-declare-test-case-in-testapi"
- target="_blank"
- </a>
- <strong>How do I declare test case in TestAPI</strong>
- </li>
- <li>
- <a href="https://wiki.opnfv.org/pages/viewpage.action?pageId=6825133#how-to-push-result-to-testapi"
- target="_blank"
- </a>
- <strong>How do I push my results to TestAPI</strong>
- </li>
-</ol>
-