Skip to content

Commit

Permalink
Temp changes
Browse files Browse the repository at this point in the history
Signed-off-by: Madhuri Upadhye <[email protected]>
  • Loading branch information
madhuriupadhye committed Aug 11, 2024
1 parent 143204b commit 6c294aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 127 deletions.
122 changes: 0 additions & 122 deletions src/tests/multihost/alltests/test_offline.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/tests/multihost/alltests/test_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_0001_1724717(self, multihost):
# user add
add_user = 'useradd foo1'
# delete user
del_user = 'userdel -r foo1'
del_user = 'userdel -rf foo1'
multihost.client[0].run_command(add_user)
domain_params = {'id_provider': 'proxy',
'proxy_lib_name': 'files',
Expand Down
8 changes: 4 additions & 4 deletions src/tests/multihost/alltests/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_0001_bz1432010(self, multihost):
cmd = multihost.client[0].run_command(rpm_grep, raiseonerr=False)
assert cmd.stdout_text.find('/etc/systemd/system') == -1

@pytest.mark.tier1
@pytest.mark.tier2
def test_0002_1736796(self, multihost, localusers):
"""
:title: config: "default_domain_suffix" should not
Expand Down Expand Up @@ -76,7 +76,7 @@ def test_0002_1736796(self, multihost, localusers):
multihost.client[0].run_command(delete_file)
assert not failures, "\n".join(failures)

@pytest.mark.tier1
@pytest.mark.tier2
def test_0003_bz1713368(self, multihost):
"""
:title: services: Add sssd-dbus package as a dependency of sssd-tools
Expand All @@ -99,7 +99,7 @@ def test_0003_bz1713368(self, multihost):
result = find.search(cmd.stdout_text)
assert result is not None

@pytest.mark.tier1
@pytest.mark.tier2
def test_0004_membership_with_files_provider(self, multihost):
"""
:title: services: SSSD must be able to resolve
Expand Down Expand Up @@ -132,7 +132,7 @@ def test_0004_membership_with_files_provider(self, multihost):
status = 'FAIL'
assert status == 'PASS'

@pytest.mark.tier1
@pytest.mark.tier2
def test_0005_sssd_stops_monitoring(self, multihost):
"""
:title: services: When the passwd or group files
Expand Down

0 comments on commit 6c294aa

Please sign in to comment.