Rayees Namathponnan created CLOUDSTACK-3020:
-----------------------------------------------

             Summary: Tets case 
".TestInstanceNameFlagTrue.test_02_instancename_from_default_configuration" 
failed due to wrong assert 
                 Key: CLOUDSTACK-3020
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3020
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Automation
    Affects Versions: 4.2.0
         Environment: Automation 
            Reporter: Rayees Namathponnan
             Fix For: 4.2.0


Tets case 
".TestInstanceNameFlagTrue.test_02_instancename_from_default_configuration" 
failed due to wrong assert 

 self.assertEqual(
                         vm.displayname,
                         vm.id,
                         "Vm display name should not match the given name"
                         )

it should be 

        self.assertNotEqual(
                         vm.displayname,
                         vm.id,
                         "Vm display name should not match the given name"
                         )


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to