diff options
author | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2017-04-20 16:25:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-20 16:25:56 +0000 |
commit | 780fc5289a39334ba2a16b42accc9c6c69245954 (patch) | |
tree | 18619a499691d40817b45c2d4cb630dde5a3cea7 | |
parent | 703f47ae905112518daa50b145be9d418fe4ca6d (diff) | |
parent | 254c0da70b1fbb9b7b1e7ad1944536e6eb244ea0 (diff) |
Merge "[doctor] fix test case name"
-rw-r--r-- | jjb/doctor/doctor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index c677ef96e..807d436da 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -112,7 +112,7 @@ # functest-suite-parameter - string: name: FUNCTEST_SUITE_NAME - default: '{project}' + default: 'doctor-notification' - string: name: TESTCASE_OPTIONS default: '-e INSPECTOR_TYPE={inspector} -e PROFILER_TYPE={profiler} -v $WORKSPACE:/home/opnfv/repos/doctor' |