Fix incorrect yaml data for BAckup Saltmaster test
Fix pytest options to launch an update from Ceph luminous to nautilus
Add class name to the name of TestRail test result for nosetests.xml
Run Zooper for Opencontrail deployments
Fix assert for Ceph Luminous -> Nautilus
Fix start_job_on_jenkins results in Failover tests for Ceph
PROD-36273
Change-Id: I3af4c124e13d647357c0aaeadff038130c18ee71
diff --git a/jobs/pipelines/swarm-testrail-report.groovy b/jobs/pipelines/swarm-testrail-report.groovy
index 6ff52e6..dc9ed1f 100644
--- a/jobs/pipelines/swarm-testrail-report.groovy
+++ b/jobs/pipelines/swarm-testrail-report.groovy
@@ -105,7 +105,7 @@
if (tcpqa_report_name) {
stage("tcp-qa cases report") {
testSuiteName = "[MCP_X] integration cases"
- methodname = "{methodname}"
+ methodname = "{classname}.{methodname}"
testrail_name_template = "{title}"
reporter_extra_options = [
"--testrail-add-missing-cases",