anuragaw commented on a change in pull request #3042: Allow password enabled 
for iso (#2745)
URL: https://github.com/apache/cloudstack/pull/3042#discussion_r236223563
 
 

 ##########
 File path: test/integration/smoke/test_iso.py
 ##########
 @@ -332,6 +333,13 @@ def test_02_edit_iso(self):
             self.services["ostypeid"],
             "Check OSTypeID of updated ISO"
         )
+
+        self.assertEqual(
+            iso_response.passwordenabled,
+            self.services["passwordenabled"],
 
 Review comment:
   Yes @rhtyd . The default configs in test_data has false passwordenabled for 
all templates/iso. The global passwordenabled key is true and tests false->true 
field change for templates/Isos through update template/iso and then 
subsequently calling list templates/isos to verify.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to