diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-08-23 14:31:31 +0100 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2017-08-23 15:18:14 +0100 |
commit | c9ae2766fd566358a1ac3a38a7dc6f7b22a3449f (patch) | |
tree | 81c1e918112dc2fa2d0f3120b241fe55f4df83f8 /conf | |
parent | 1375b9eff007b51af9b04b4c36975c39cc04cde8 (diff) |
opnfvresultdb: Update data reported to result DB
Data reported to result DB were updated to comply
with recent API version and requirements.
JIRA: VSPERF-488
Change-Id: I6ab02ea54d99099e88b0d5ab6e9745ee8297f544
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Signed-off-by: Mars Toktonaliev <mars.toktonaliev@nokia.com>
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/10_custom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/10_custom.conf b/conf/10_custom.conf index 1d62c0ce..9622fd71 100644 --- a/conf/10_custom.conf +++ b/conf/10_custom.conf @@ -118,7 +118,7 @@ TRAFFICGEN_MOONGEN_LINE_SPEED_GBPS = '10' #TEST_PARAMS = {'TRAFFICGEN_PKT_SIZES':(64,)} OPNFV_INSTALLER = "Fuel" -OPNFV_URL = "http://testresults.opnfv.org/testapi" +OPNFV_URL = "http://testresults.opnfv.org/test/api/v1" PACKAGE_LIST = "src/package-list.mk" |