From d4ee93ab691bbdfd2cd2a477fc2cec2f272d96ac Mon Sep 17 00:00:00 2001 From: Rob Harrison Date: Thu, 27 Jun 2019 13:52:42 +0100 Subject: [PATCH] Update integration-tests.test.yml Oops. SUT System under test is a service not a top level object. --- postgres-backup-s3/integration-tests.test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/postgres-backup-s3/integration-tests.test.yml b/postgres-backup-s3/integration-tests.test.yml index 3723e9b..554333e 100644 --- a/postgres-backup-s3/integration-tests.test.yml +++ b/postgres-backup-s3/integration-tests.test.yml @@ -12,11 +12,11 @@ services: - source: master-db-config_2 target: /etc/postgresql/postgresql.conf command: -c 'config_file=/etc/postgresql/postgresql.conf' + sut: + build: . + command: 'sh integration-tests.sh' + depends_on: + - postgres configs: master-db-config: file: ./config/master.conf -sut: - build: . - command: 'sh integration-tests.sh' - depends_on: - - postgres