summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INFO.yaml42
-rw-r--r--reporting/3rd_party/html/colorado.html (renamed from reporting/html/colorado.html)0
-rw-r--r--reporting/3rd_party/html/danube.html (renamed from reporting/html/danube.html)0
-rw-r--r--reporting/3rd_party/html/elements.html (renamed from reporting/html/elements.html)0
-rw-r--r--reporting/3rd_party/html/euphrates.html (renamed from reporting/html/euphrates.html)0
-rw-r--r--reporting/3rd_party/html/fraser.html (renamed from reporting/html/fraser.html)0
-rw-r--r--reporting/3rd_party/html/functest.html (renamed from reporting/html/functest.html)0
-rw-r--r--reporting/3rd_party/html/generic.html (renamed from reporting/html/generic.html)0
-rw-r--r--reporting/3rd_party/html/index.html (renamed from reporting/html/index.html)0
-rw-r--r--reporting/3rd_party/html/master.html (renamed from reporting/html/master.html)0
-rwxr-xr-xreporting/docker/reporting.sh2
11 files changed, 43 insertions, 1 deletions
diff --git a/INFO.yaml b/INFO.yaml
new file mode 100644
index 0000000..86773db
--- /dev/null
+++ b/INFO.yaml
@@ -0,0 +1,42 @@
+---
+subproject: 'Test Results Collecting and Analyzing (TestResults)'
+project_category: 'Integration & Testing'
+lifecycle_state: 'Incubation'
+subproject_lead: &opnfv_testresults_ptl
+ name: 'SerenaFeng'
+ email: 'feng.xiaowei@zte.com.cn'
+ id: 'serenafeng'
+ company: 'ZTE'
+ timezone: 'China'
+primary_contact: *opnfv_testresults_ptl
+issue_tracking:
+ type: 'jira'
+ url: 'https://jira.opnfv.org/projects/RELENG'
+ key: 'RELENG'
+mailing_list:
+ type: 'mailman2'
+ url: 'opnfv-tech-discuss@lists.opnfv.org'
+ tag: '[testresults]'
+meetings:
+ - type: 'appearin'
+ url: 'https://appear.in/serenafeng'
+ repeats: 'weekly'
+ day: 'Thursday'
+ time: '13:30 UTC'
+committers:
+ - <<: *opnfv_testresults_ptl
+ - name: 'Fatih Degirmenci'
+ company: 'Ericsson'
+ email: 'fatih.degirmenci@ericsson.com'
+ id: 'fdegir'
+ timezone: 'Europe/Stockholm'
+ - name: 'Morgan Richomme'
+ email: 'morgan.richomme@orange.com'
+ company: 'Orange'
+ id: 'mrichomme'
+ timezone: 'Europe/Paris'
+ - name: 'Jose Lausuch'
+ company: 'SUSE'
+ email: 'jalausuch@suse.com'
+ id: 'jose.lausuch'
+ timezone: 'Europe/Madrid'
diff --git a/reporting/html/colorado.html b/reporting/3rd_party/html/colorado.html
index 7a7326e..7a7326e 100644
--- a/reporting/html/colorado.html
+++ b/reporting/3rd_party/html/colorado.html
diff --git a/reporting/html/danube.html b/reporting/3rd_party/html/danube.html
index ae8a3ac..ae8a3ac 100644
--- a/reporting/html/danube.html
+++ b/reporting/3rd_party/html/danube.html
diff --git a/reporting/html/elements.html b/reporting/3rd_party/html/elements.html
index 7b9bb4d..7b9bb4d 100644
--- a/reporting/html/elements.html
+++ b/reporting/3rd_party/html/elements.html
diff --git a/reporting/html/euphrates.html b/reporting/3rd_party/html/euphrates.html
index e357edc..e357edc 100644
--- a/reporting/html/euphrates.html
+++ b/reporting/3rd_party/html/euphrates.html
diff --git a/reporting/html/fraser.html b/reporting/3rd_party/html/fraser.html
index 65b996c..65b996c 100644
--- a/reporting/html/fraser.html
+++ b/reporting/3rd_party/html/fraser.html
diff --git a/reporting/html/functest.html b/reporting/3rd_party/html/functest.html
index d5f78c5..d5f78c5 100644
--- a/reporting/html/functest.html
+++ b/reporting/3rd_party/html/functest.html
diff --git a/reporting/html/generic.html b/reporting/3rd_party/html/generic.html
index 39273da..39273da 100644
--- a/reporting/html/generic.html
+++ b/reporting/3rd_party/html/generic.html
diff --git a/reporting/html/index.html b/reporting/3rd_party/html/index.html
index 858ac47..858ac47 100644
--- a/reporting/html/index.html
+++ b/reporting/3rd_party/html/index.html
diff --git a/reporting/html/master.html b/reporting/3rd_party/html/master.html
index 5d4f916..5d4f916 100644
--- a/reporting/html/master.html
+++ b/reporting/3rd_party/html/master.html
diff --git a/reporting/docker/reporting.sh b/reporting/docker/reporting.sh
index ee9dccf..8ca7eac 100755
--- a/reporting/docker/reporting.sh
+++ b/reporting/docker/reporting.sh
@@ -21,7 +21,7 @@ done
# copy images, js, css, 3rd_party
cp -Rf 3rd_party display
cp -Rf css display
-cp -Rf html/* display
+cp -Rf 3rd_party/html/* display
cp -Rf img display
cp -Rf js display