jmsperu opened a new pull request, #13960: URL: https://github.com/apache/cloudstack/pull/13960
### Description `nas.backup.incremental.enabled` is a zone-scoped setting, but `test_backup_recovery_nas.py` read and updated it without a `zoneid`, so a zone override in the test environment would make the suite read the wrong value (and restore the wrong one in `tearDownClass`). This passes `zoneid=cls.zone.id` on the read and on both updates, the same way `test_backup_recovery_veeam.py` handles zone-scoped settings. Noted by the Copilot review on the 4.22 backport #13877; this is the main-side fix so both branches stay in sync. ### Types of changes - [x] Test change only (no functional change) ### How Has This Been Tested? Python syntax check; the change is limited to three Marvin calls in `setUpClass`/`tearDownClass`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
