Skip to content

Commit

Permalink
cli e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pondrejk committed Feb 6, 2024
1 parent 15f49ed commit 577947c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/foreman/endtoend/test_cli_endtoend.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,14 +268,8 @@ def test_positive_cli_end_to_end(function_entitlement_manifest, target_sat, rhel
content_host = target_sat.cli.Host.with_user(user['login'], user['password']).info(
{'id': content_host['id']}
)
# check that content view matches what we passed
assert content_host['content-information']['content-view']['name'] == content_view['name']

# check that lifecycle environment matches
assert (
content_host['content-information']['lifecycle-environment']['name']
== lifecycle_environment['name']
)
assert content_host['content-information']['name'] == lifecycle_environment['name']

# step 2.14: Create a new libvirt compute resource
_create(
Expand Down

0 comments on commit 577947c

Please sign in to comment.