From 027678a8e572d2cab538a707f57a4e8a2ade452f Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Thu, 17 Sep 2020 11:16:02 +0200
Subject: [PATCH] Add SSO to test if app is running

---
 test/pytest/test_app_deployments.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/test/pytest/test_app_deployments.py b/test/pytest/test_app_deployments.py
index 470907a2b..edb3a3821 100644
--- a/test/pytest/test_app_deployments.py
+++ b/test/pytest/test_app_deployments.py
@@ -39,7 +39,10 @@ EXPECTED_APP_LABELS = {
         'label_selector': 'app=grafana'},
     'prometheus': {
         'namespace': 'oas',
-        'label_selector': 'app=prometheus'}
+        'label_selector': 'app=prometheus'},
+    'single-sign-on': {
+        'namespace': 'oas',
+        'label_selector': 'app.kubernetes.io/name in (hydra,hydra-maester,single-sign-on-userbackend,single-sign-on-consent,single-sign-on-userpanel,single-sign-on-login)'}
 }
 
 
-- 
GitLab