summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/about/about.html
blob: 65860a8cc66534db6c31a2c3b7b5f23363b95d9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<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>