diff options
author | Dinh Danh Le <dinh.danh.le@ericsson.com> | 2018-08-23 00:00:00 +0100 |
---|---|---|
committer | Dinh Danh Le <dinh.danh.le@ericsson.com> | 2018-08-23 00:01:29 +0100 |
commit | a4a992216c40138cda8501ee9bed971038b530a9 (patch) | |
tree | 96997e5d64e44b1bd620e1f1a5b890d9e3e9cc24 /testsuites/performance/src/site/site.xml | |
parent | ba229770202f6dcc0db13954743c935d4c8f4dc9 (diff) |
Add docs for Testsuites package
Change-Id: I807ec0fe35775226b611567904a9ac4627b33775
Signed-off-by: Dinh Danh Le <dinh.danh.le@ericsson.com>
Issue-ID: POLICY-867
Diffstat (limited to 'testsuites/performance/src/site/site.xml')
-rw-r--r-- | testsuites/performance/src/site/site.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/testsuites/performance/src/site/site.xml b/testsuites/performance/src/site/site.xml new file mode 100644 index 000000000..32b899bab --- /dev/null +++ b/testsuites/performance/src/site/site.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ============LICENSE_START======================================================= + Copyright (C) 2016-2018 Ericsson. All rights reserved. + ================================================================================ + This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE + Full license text at https://creativecommons.org/licenses/by/4.0/legalcode + + SPDX-License-Identifier: CC-BY-4.0 + ============LICENSE_END========================================================= + + @author Sven van der Meer (sven.van.der.meer@ericsson.com) + +--> + +<project name="APEX Testsuites Performance"> + <body> + <menu name="APEX Testsuites Performance"> + </menu> + <menu ref="reports" inherit="top" /> + <menu ref="modules" /> + + <breadcrumbs> + <item name="Performance" href="index.html" /> + </breadcrumbs> + </body> +</project>
\ No newline at end of file |