20457: Exercise quota handling in dispatcher chaos test.
[arvados.git] / lib / dispatchcloud / dispatcher_test.go
index 17121ffeb60d65a6871cbc631310402d80136747..ea2611959c355bd60e8bd8cc0baceade386f4572 100644 (file)
@@ -49,8 +49,10 @@ func (s *DispatcherSuite) SetUpTest(c *check.C) {
        s.stubDriver = &test.StubDriver{
                HostKey:                   hostpriv,
                AuthorizedKeys:            []ssh.PublicKey{dispatchpub},
+               ErrorRateCreate:           0.1,
                ErrorRateDestroy:          0.1,
                MinTimeBetweenCreateCalls: time.Millisecond,
+               QuotaMaxInstances:         10,
        }
 
        // We need the postgresql connection info from the integration