Lines Matching refs:PRIMARY
64 'status': server_models.Server.STATUS.PRIMARY,
76 'status': server_models.Server.STATUS.PRIMARY,
202 """Test manager can change the status of a backup server to primary.
204 server_models.validate(status=server_models.Server.STATUS.PRIMARY)
216 status=server_models.Server.STATUS.PRIMARY
222 status=server_models.Server.STATUS.PRIMARY,
227 """Test manager can change the status of a primary server to backup.
242 status=server_models.Server.STATUS.PRIMARY
267 primary if there is already a primary exists for role doesn't allow
270 server_models.validate(status=server_models.Server.STATUS.PRIMARY)
277 status=server_models.Server.STATUS.PRIMARY
283 status=server_models.Server.STATUS.PRIMARY,
305 """Test manager can add a role to a primary server successfully.
323 status=server_models.Server.STATUS.PRIMARY
333 """Test manager can delete a role from a primary server successfully.
351 status=server_models.Server.STATUS.PRIMARY
363 """Test manager can delete a role from a primary server successfully.