mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: test_epn: test_EPN_config_file: Package name fix
Fix package name to respect different conventions in particular streams. Signed-off-by: Michal Polovka <mpolovka@redhat.com> Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
@@ -224,6 +224,9 @@ class TestEPN(IntegrationTest):
|
||||
"""
|
||||
epn_conf = "/etc/ipa/epn.conf"
|
||||
epn_template = "/etc/ipa/epn/expire_msg.template"
|
||||
if tasks.get_platform(self.master) != "fedora":
|
||||
cmd1 = self.master.run_command(["rpm", "-qc", "ipa-client-epn"])
|
||||
else:
|
||||
cmd1 = self.master.run_command(["rpm", "-qc", "freeipa-client-epn"])
|
||||
assert epn_conf in cmd1.stdout_text
|
||||
assert epn_template in cmd1.stdout_text
|
||||
|
||||
Reference in New Issue
Block a user