Add ability for proportional rollout of the OCI data model
This commit is contained in:
parent
66ddf66fb0
commit
77d7600b64
4 changed files with 22 additions and 9 deletions
|
@ -36,7 +36,7 @@ from test.fixtures import *
|
|||
|
||||
|
||||
@pytest.fixture(params=[PreOCIModel(), OCIModel(),
|
||||
SplitModel({'devtable'}, {'buynlarge'})])
|
||||
SplitModel(0, {'devtable'}, {'buynlarge'})])
|
||||
def registry_model(request, initialized_db):
|
||||
return request.param
|
||||
|
||||
|
|
Reference in a new issue