aboutsummaryrefslogtreecommitdiffstats
path: root/sdv/docker/sdvstate/settings/common.yml
diff options
context:
space:
mode:
authorParth Yadav <parth.yadav@ramanujan.du.ac.in>2020-08-26 00:08:29 +0530
committerParth Yadav <parth.yadav@ramanujan.du.ac.in>2020-08-26 00:11:28 +0530
commit9fa1356bf9aabd50c4adcec082eedf1410f9a7a7 (patch)
tree74ce496ab6e85c46360c59da3ff7284d36459aa0 /sdv/docker/sdvstate/settings/common.yml
parent69f4c631e49c359338cff5c9f5b2c96c6fe6b280 (diff)
Add support for TestAPI, Reporting and new checks
Adds following new checks: * ceph_health_check * prometheus_check * grafana_check * elasticsearch_check * kibana_check * nagios_check * elasticsearch_exporter_check * fluentd_exporter_check * physical_network_check * reserved_vnf_cores_check * isolated_cores_check * vswitch_pmd_cores_check * vswitch_dpdk_lcore_check * os_reserved_cores_check * nova_scheduler_filters_check * cpu_allocation_ratio_check Updated result reporting format to match with TestAPI result formating Signed-off-by: Parth Yadav<parthyadav3105@gmail.com> Change-Id: I421fd20067d289e8735a2ed3f402c68f45ae69e9
Diffstat (limited to 'sdv/docker/sdvstate/settings/common.yml')
-rw-r--r--sdv/docker/sdvstate/settings/common.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/sdv/docker/sdvstate/settings/common.yml b/sdv/docker/sdvstate/settings/common.yml
index 65f131c..f25f861 100644
--- a/sdv/docker/sdvstate/settings/common.yml
+++ b/sdv/docker/sdvstate/settings/common.yml
@@ -12,7 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-
+project_name: cirv-sdv
+project_version: 1.0
##################################
# Program behavior configurations
@@ -24,4 +25,9 @@ log_verbosity: info
# Results
results_dir: /tmp/state/
-save_results_locally: True \ No newline at end of file
+save_results_locally: True
+
+# Test API
+enable_testapi: True
+testapi_url: http://testresults.opnfv.org/test/api/v1
+