We have code somewhere which is firing backup createprogress
notifications into the notifier, which causes random unit
test failures.
Until we determine exactly why this happening, attempt to
avoid this problem in the gate by disabling these notifications.
Related-Bug: #
1412513
Change-Id: I50b7946562e757ee26cb68b17b4a5ffcd5f3fabd
os.path.join(os.path.dirname(__file__), '..', '..', '..')))
conf.set_default('policy_dirs', [])
conf.set_default('auth_strategy', 'noauth')
+ conf.set_default('backup_enable_progress_timer', False)
+ conf.set_default('backup_swift_enable_progress_timer', False)