diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-09 18:46:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-09 18:46:18 +0000 |
commit | 5e9c1775e3c52258f5a230358c18d5fbfa949401 (patch) | |
tree | 659a84ba9183d45a782e049885fa8260dc3d9764 /docs/testing/ecosystem | |
parent | c85a2be531eda41e3a634de67feb7ab49ac2397a (diff) | |
parent | e096c7fb3fd1c43dbf6588ced287ece1db7d1350 (diff) |
Merge "Fix minor Documentation Formatting Errors"
Diffstat (limited to 'docs/testing/ecosystem')
-rw-r--r-- | docs/testing/ecosystem/energy-monitoring.rst | 14 | ||||
-rw-r--r-- | docs/testing/ecosystem/overview.rst | 13 |
2 files changed, 14 insertions, 13 deletions
diff --git a/docs/testing/ecosystem/energy-monitoring.rst b/docs/testing/ecosystem/energy-monitoring.rst index fa1f28214..0c2cd35a4 100644 --- a/docs/testing/ecosystem/energy-monitoring.rst +++ b/docs/testing/ecosystem/energy-monitoring.rst @@ -35,10 +35,10 @@ The energy monitoring system in based on 3 software components: * Power info collector: poll server to collect instantaneous power consumption information * Energy recording API + influxdb: On one leg receive servers consumption and - on the other, scenarios notfication. It then able to establish te correlation - between consumption and scenario and stores it into a time-series database (influxdb) + on the other, scenarios notfication. It then able to establish te correlation + between consumption and scenario and stores it into a time-series database (influxdb) * Python SDK: A Python SDK using decorator to send notification to Energy - recording API from testcases scenarios + recording API from testcases scenarios Power Info Collector -------------------- @@ -66,7 +66,7 @@ Redfish API has been successfully tested on: * HP * Dell * Huawei (E9000 class servers used in OPNFV Community Labs are IPMI 2.0 - compliant and use Redfish login Interface through Browsers supporting JRE1.7/1.8) + compliant and use Redfish login Interface through Browsers supporting JRE1.7/1.8) Several test campaigns done with physical Wattmeter showed that IPMI results were notvery accurate but RedFish were. So if Redfish is available, it is @@ -184,11 +184,11 @@ with | Parameter name | Description | +===========================+============================================+ | admin-influx-user-name | Influx user with admin grants to create | -|---------------------------+--------------------------------------------+ ++---------------------------+--------------------------------------------+ | admin-password | Influx password to set to admin user | -|---------------------------+--------------------------------------------+ ++---------------------------+--------------------------------------------+ | readonly-influx-user-name | Influx user with readonly grants to create | -|---------------------------+--------------------------------------------+ ++---------------------------+--------------------------------------------+ | user-password | Influx password to set to readonly user | +---------------------------+--------------------------------------------+ diff --git a/docs/testing/ecosystem/overview.rst b/docs/testing/ecosystem/overview.rst index ef7705b6f..709989a92 100644 --- a/docs/testing/ecosystem/overview.rst +++ b/docs/testing/ecosystem/overview.rst @@ -188,11 +188,12 @@ The Test Database ----------------- A Mongo DB Database was introduced for the Brahmaputra release. The following collections are declared in this database: - * pods: the list of pods used for production CI - * projects: the list of projects providing test cases - * test cases: the test cases related to a given project - * results: the results of the test cases - * scenarios: the OPNFV scenarios tested in CI + +* pods: the list of pods used for production CI +* projects: the list of projects providing test cases +* test cases: the test cases related to a given project +* results: the results of the test cases +* scenarios: the OPNFV scenarios tested in CI This database can be used by any project through the Test API. Please note that projects may also use additional databases. The Test @@ -275,7 +276,7 @@ per scenario and show: * the status of the deployment * the score from each test suite. There is no overall score, it is determined - by each test project. + by each test project. * a trust indicator |