From 8fc1987cace2b24871ab0f7ee3595cf38d284de1 Mon Sep 17 00:00:00 2001 From: Tokesh Date: Sun, 10 Nov 2024 23:20:42 +0500 Subject: [PATCH] ready for basic review Signed-off-by: Tokesh --- .github/workflows/test-spec.yml | 2 +- tests/{ => plugins}/replication/docker-compose.yml | 0 tests/{ => plugins}/replication/replica.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename tests/{ => plugins}/replication/docker-compose.yml (100%) rename tests/{ => plugins}/replication/replica.yaml (98%) diff --git a/.github/workflows/test-spec.yml b/.github/workflows/test-spec.yml index 0bd1f9286..29e7b02ee 100644 --- a/.github/workflows/test-spec.yml +++ b/.github/workflows/test-spec.yml @@ -81,7 +81,7 @@ jobs: - name: Run Tests run: | npm run test:spec -- \ - --opensearch-insecure --verbose\ + --opensearch-insecure \ --opensearch-version=${{ matrix.entry.version }} \ --coverage coverage/test-spec-coverage-${{ matrix.entry.version }}-${{ matrix.entry.tests || 'default' }}.json \ --opensearch-url=${{ matrix.entry.url || 'https://localhost:9200'}} \ diff --git a/tests/replication/docker-compose.yml b/tests/plugins/replication/docker-compose.yml similarity index 100% rename from tests/replication/docker-compose.yml rename to tests/plugins/replication/docker-compose.yml diff --git a/tests/replication/replica.yaml b/tests/plugins/replication/replica.yaml similarity index 98% rename from tests/replication/replica.yaml rename to tests/plugins/replication/replica.yaml index 447a2ad80..d29445557 100644 --- a/tests/replication/replica.yaml +++ b/tests/plugins/replication/replica.yaml @@ -1,4 +1,4 @@ -$schema: ../../json_schemas/test_story.schema.yaml +$schema: ../../../json_schemas/test_story.schema.yaml description: Test replication APIs specs. prologues: