Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
markbainix committed Jun 24, 2024
1 parent d85a580 commit cf054ef
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_share_admin_can_see_the_system_settings_services_page(self):
@allure.story("Share Admin Is Able to Modify iSCSI, NFS, SMB Services")
def test_share_admin_able_to_modify_specific_services(self):
"""
Summary: This test verifies the share user is able to modify iSCSI, NFS, SMB Services.
Summary: This test verifies the share admin is able to modify iSCSI, NFS, SMB Services.
Test Steps:
1. Verify modify iSCSI Services (edit, change values, save)
Expand Down Expand Up @@ -138,7 +138,7 @@ def test_share_admin_able_to_modify_specific_services(self):
@allure.story("Share Admin Is Not Able to Modify FTP, SMART, SNMP, SSH, UPS Services")
def test_share_admin_not_able_to_modify_specific_services(self):
"""
Summary: This test verifies the share user is not able to modify FTP, SMART, SNMP, SSH, UPS Services.
Summary: This test verifies the share admin is not able to modify FTP, SMART, SNMP, SSH, UPS Services.
Test Steps:
1. Verify not able to modify FTP Services (running, automatic, edit)
Expand Down Expand Up @@ -176,7 +176,7 @@ def test_share_admin_not_able_to_modify_specific_services(self):
@allure.story("Share Admin Is Able to Start iSCSI, NFS, SMB Services")
def test_share_admin_able_to_start_specific_services(self):
"""
Summary: This test verifies the share user is able to start iSCSI, NFS, SMB Services.
Summary: This test verifies the share admin is able to start iSCSI, NFS, SMB Services.
Test Steps:
1. Verify start iSCSI Services (running, automatic)
Expand Down Expand Up @@ -223,7 +223,7 @@ def test_share_admin_able_to_start_specific_services(self):
@allure.story("Share Admin Is Able to Stop iSCSI, NFS, SMB Services")
def test_share_admin_able_to_stop_specific_services(self):
"""
Summary: This test verifies the share user is able to stop iSCSI, NFS, SMB Services.
Summary: This test verifies the share admin is able to stop iSCSI, NFS, SMB Services.
Test Steps:
1. Verify stop iSCSI Services (running)
Expand Down

0 comments on commit cf054ef

Please sign in to comment.