From 56741d6d88c72f4cebbeafc14d4d4ef74bf72d93 Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Wed, 13 Oct 2021 19:56:13 +0200 Subject: [PATCH] Use Redis operator to test `odo service create` with parameters (#5142) * Do not install PG operator * Rewrite tests with Redis operator --- .../common/setup-postgres-operator.sh | 28 ---- scripts/configure-installer-tests-cluster.sh | 7 - scripts/run_all_tests.sh | 11 -- .../operatorhub/cmd_service_test.go | 126 +++++++----------- 4 files changed, 49 insertions(+), 123 deletions(-) delete mode 100644 scripts/configure-cluster/common/setup-postgres-operator.sh diff --git a/scripts/configure-cluster/common/setup-postgres-operator.sh b/scripts/configure-cluster/common/setup-postgres-operator.sh deleted file mode 100644 index 089f4a6292b..00000000000 --- a/scripts/configure-cluster/common/setup-postgres-operator.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash - -install_postgres_operator(){ - oc create -f - <