Remove troubleshooting code 23/135423/2
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Fri, 14 Jul 2023 08:01:45 +0000 (08:01 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Fri, 14 Jul 2023 14:31:53 +0000 (14:31 +0000)
Remove line which breaks test

Issue-ID: INT-982
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Ib2661483d694e40484160365eb4f08f3a396e493

src/onaptests/scenario/cds_resource_resolution.py
src/onaptests/templates/status/base.html.j2

index 7bf2f94..90e3dc5 100644 (file)
@@ -14,6 +14,7 @@ from onaptests.steps.simulator.cds_mockserver import \
 from onaptests.utils.exceptions import OnapTestException
 
 
+
 class CDSResourceResolutionStep(BaseStep):
     """Step created to run scenario and generate report."""
 
index 1a49e05..87c85ff 100644 (file)
@@ -97,7 +97,7 @@ is-danger
       {% if k8s.spec.selector.match_labels %}
       {{ key_value_description_list('Selector', k8s.spec.selector.match_labels) | indent(width=6) }}
       {% else %}
-      {{ key_value_description_list('Selector', k8s.spec.selector.to_dict()) | indent(width=6) }}
+      {{ key_value_description_list('Selector', {}) | indent(width=6) }}
       {% endif %}
       {% endif %}
       {% if k8s.phase %}