Skip to content

Commit f8a15e2

Browse files
committed
DEBUG: import epdb for debugging in CI
1 parent 702513f commit f8a15e2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ broker[satlab,docker,ssh2_python]==0.8.2
55
cryptography==46.0.5
66
deepdiff==8.6.1
77
dynaconf[vault]==3.2.12
8+
epdb==0.15.1
89
fastmcp==3.0.2
910
fauxfactory==4.2.0
1011
jinja2==3.1.6

tests/foreman/ui/test_host.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4216,6 +4216,8 @@ def test_assign_different_cv_from_same_env(
42164216
42174217
:verifies: SAT-25846
42184218
"""
4219+
import epdb
4220+
epdb.serve(port=8000)
42194221
# Create activation key and register host
42204222
ak = module_target_sat.api.ActivationKey(
42214223
organization=module_org.id,
@@ -4240,7 +4242,6 @@ def test_assign_different_cv_from_same_env(
42404242
cv_version = cv.read().version[0]
42414243
cv_version.promote(data={'environment_ids': module_lce.id})
42424244
cv = cv.read()
4243-
42444245
# In a UI session, use the CV environment modal to change the host's CV to the new CV
42454246
with module_target_sat.ui_session() as session:
42464247
session.organization.select(module_org.name)

0 commit comments

Comments
 (0)