From c279acd9632441e28d7f11b2f5d311eee1174995 Mon Sep 17 00:00:00 2001 From: Tasos Papaioannou Date: Fri, 12 Apr 2024 14:48:20 -0400 Subject: [PATCH] Test commit for PRT. --- requirements.txt | 1 + tests/foreman/cli/test_hammer.py | 1 + 2 files changed, 2 insertions(+) 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')