I am running SRM Certification (SRM 5.5, SRM Certification plugin 5.8).
Setup tests pass, and FcTest fails with the following on the log:
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] PASSED: configureArrayManagers
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] PASSED: configureHostMapping
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] PASSED: configureProtection
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] PASSED: configureRecoveryPlanInRootFolder
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] PASSED: configureRecoveryPlanInNewFolder
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] PASSED: configureVmRecoverySettings
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] FAILED: runTestFailover
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] (dr.storageProvider.fault.StorageTestFailoverStartFailed) {
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] faultCause = (dr.storage.fault.CommandFailed) {
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] faultCause = (dr.storage.fault.SimpleAdapterFault) {
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] faultCause = null,
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] faultMessage = null,
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] description = A host with this name already exists.,
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] fixHint = Please consult the documentation for further information.
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] },
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] faultMessage = null,
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] commandName = testFailoverStart
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] },
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] faultMessage = null
[Aug 7 2014 13:29:50 : SRA ] [0] INFO: [java] [testng] }
I am clueless as to what goes wrong and how can I fix it and let the test go further.
I thought maybe someone could help me understand a few things:
Does the error message come from the tests, or from the SRA?
What could be that host that 'already exists'?
Thank you.