X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/fd654a4138340c1ddb0dcc5a406ede4b7c62b13f..4bf9501a14f86845865244ee3ffb03a34707d36c:/test/integration/keepproxy/controls/config_spec.rb diff --git a/test/integration/keepproxy/controls/config_spec.rb b/test/integration/keepproxy/controls/config_spec.rb index 30feed4..7dd4f71 100644 --- a/test/integration/keepproxy/controls/config_spec.rb +++ b/test/integration/keepproxy/controls/config_spec.rb @@ -3,16 +3,18 @@ keepproxy_stanza = <<-KEEPPROXY_STANZA Keepstore: InternalURLs: - "http://keep0.example.net:25107/": {} + http://keep0.fixme.example.net:25107: {} KEEPPROXY_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