X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/fd654a4138340c1ddb0dcc5a406ede4b7c62b13f..4bf9501a14f86845865244ee3ffb03a34707d36c:/test/integration/keepstore/controls/config_spec.rb diff --git a/test/integration/keepstore/controls/config_spec.rb b/test/integration/keepstore/controls/config_spec.rb index 9fb74c9..d44e673 100644 --- a/test/integration/keepstore/controls/config_spec.rb +++ b/test/integration/keepstore/controls/config_spec.rb @@ -3,16 +3,18 @@ keepstore_stanza = <<-KEEPSTORE_STANZA Keepstore: InternalURLs: - "http://keep0.example.net:25107/": {} + http://keep0.fixme.example.net:25107: {} KEEPSTORE_STANZA volumes_stanza = <<-VOLUMES_STANZA Volumes: - ### VOLUME_ONE fixme-nyw5e-000000000000000: + AccessViaHosts: + http://keep0.fixme.example.net:25107: + ReadOnly: false Driver: Directory - DriverParameters: {Root: /tmp} - AccessViaHosts: {'http://keep0.example.net:25107/': {}} + DriverParameters: + Root: /tmp Replication: 2 VOLUMES_STANZA