split tiramisu/option.py and add MasterSlaves object
This commit is contained in:
@ -321,7 +321,7 @@ def test_consistency_broadcast_error():
|
||||
c.impl_add_consistency('broadcast', a)
|
||||
c = Config(od)
|
||||
c.a = ['192.168.1.0']
|
||||
c.b = ['255.255.255.0']
|
||||
raises(ConfigError, "c.b = ['255.255.255.0']")
|
||||
raises(ConfigError, "c.c = ['192.168.1.255']")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user