diff --git a/requirements.txt b/requirements.txt index 2adc13eb18f..d714d147146 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,7 @@ cryptography==42.0.5 deepdiff==7.0.1 dynaconf[vault]==3.2.5 fauxfactory==3.1.1 +hussh==0.1.4 jinja2==3.1.3 manifester==0.0.14 navmazing==1.2.2 diff --git a/tests/foreman/cli/test_hammer.py b/tests/foreman/cli/test_hammer.py index aa3bfcf4aeb..599e498ac4f 100644 --- a/tests/foreman/cli/test_hammer.py +++ b/tests/foreman/cli/test_hammer.py @@ -204,6 +204,7 @@ def test_positive_hammer_shell(target_sat): :BZ: 2053843 """ command = 'user list --organization-id 1 --fields login' + # Verify hammer shell runs a command with interactive input with target_sat.session.shell() as sh: sh.send('hammer shell')