You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/09/08 13:07:54 UTC

[GitHub] borisstoyanov commented on a change in pull request #2261: CLOUDSTACK-10068 - Fixing test_iso.py assertions are equating srt and?

borisstoyanov commented on a change in pull request #2261: CLOUDSTACK-10068 - Fixing test_iso.py assertions are equating srt and?
URL: https://github.com/apache/cloudstack/pull/2261#discussion_r137785723
 
 

 ##########
 File path: test/integration/smoke/test_iso.py
 ##########
 @@ -320,8 +320,8 @@ def test_02_edit_iso(self):
             "Check display text of updated ISO"
         )
         self.assertEqual(
-            iso_response.bootable,
-            self.services["bootable"],
+            str(iso_response.bootable).lower(),
 
 Review comment:
   ping @rhtyd @PaulAngus @nvazquez We've spend some time at this with @DaanHoogland and figured it might have been a library or something else that has updated causing this. Please shout if you have any idea.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services