You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Rayees Namathponnan (JIRA)" <ji...@apache.org> on 2013/06/16 02:01:20 UTC

[jira] [Created] (CLOUDSTACK-3020) Tets case ".TestInstanceNameFlagTrue.test_02_instancename_from_default_configuration" failed due to wrong assert

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