From b85e131dc71ff9099c7c757219b7f99175f293eb Mon Sep 17 00:00:00 2001 From: Gianmaria Del Monte Date: Fri, 6 Oct 2023 17:04:40 +0200 Subject: [PATCH] removed any ref to ocis --- tests/docker/docker-compose.yml | 18 +++++++++--------- ...torage-home-ocis.toml => storage-home.toml} | 2 +- ...rage-users-ocis.toml => storage-users.toml} | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) rename tests/revad/{storage-home-ocis.toml => storage-home.toml} (95%) rename tests/revad/{storage-users-ocis.toml => storage-users.toml} (96%) diff --git a/tests/docker/docker-compose.yml b/tests/docker/docker-compose.yml index 5c27e6fea1..169b9d8abb 100644 --- a/tests/docker/docker-compose.yml +++ b/tests/docker/docker-compose.yml @@ -59,10 +59,10 @@ services: command: -c /etc/revad/frontend.toml volumes: - shared-volume:/var/tmp - storage-home-ocis: + storage-home: extends: revad hostname: storage-home - command: -c /etc/revad/storage-home-ocis.toml + command: -c /etc/revad/storage-home.toml volumes: - shared-volume:/var/tmp users: @@ -86,7 +86,7 @@ services: condition: service_healthy frontend: condition: service_healthy - storage-home-ocis: + storage-home: condition: service_healthy users: condition: service_healthy @@ -103,16 +103,16 @@ services: condition: service_healthy frontend: condition: service_healthy - storage-home-ocis: + storage-home: condition: service_healthy users: condition: service_healthy shares: condition: service_healthy - storage-users-ocis: + storage-users: extends: revad hostname: storage-users - command: -c /etc/revad/storage-users-ocis.toml + command: -c /etc/revad/storage-users.toml volumes: - shared-volume:/var/tmp depends_on: @@ -159,7 +159,7 @@ services: condition: service_healthy frontend-global: condition: service_healthy - storage-home-ocis: + storage-home: condition: service_healthy users: condition: service_healthy @@ -223,11 +223,11 @@ services: condition: service_healthy frontend: condition: service_healthy - storage-home-ocis: + storage-home: condition: service_healthy shares: condition: service_healthy - storage-users-ocis: + storage-users: condition: service_healthy storage-publiclink: condition: service_healthy diff --git a/tests/revad/storage-home-ocis.toml b/tests/revad/storage-home.toml similarity index 95% rename from tests/revad/storage-home-ocis.toml rename to tests/revad/storage-home.toml index 2a3b64a494..2205efe141 100644 --- a/tests/revad/storage-home-ocis.toml +++ b/tests/revad/storage-home.toml @@ -1,5 +1,5 @@ # This config file will start a reva service that: -# - uses the ocis driver to serve users, jailed into their home (/home) +# - uses the eoshome driver to serve users, jailed into their home (/home) # - serves the home storage provider on grpc port 12000 # - serves http dataprovider for this storage on port 12001 # - /data - dataprovider: file up and download diff --git a/tests/revad/storage-users-ocis.toml b/tests/revad/storage-users.toml similarity index 96% rename from tests/revad/storage-users-ocis.toml rename to tests/revad/storage-users.toml index 4ae42d0b0c..4b28319d57 100644 --- a/tests/revad/storage-users-ocis.toml +++ b/tests/revad/storage-users.toml @@ -1,5 +1,5 @@ # This config file will start a reva service that: -# - uses the ocis driver to serve users (/users) +# - uses the eos driver to serve users (/users) # - serves the storage provider on grpc port 11000 # - serves http dataprovider for this storage on port 11001 # - /data - dataprovider: file up and download