Loading tests/integration/shell/test_cp.py +2 −0 Original line number Diff line number Diff line Loading @@ -11,10 +11,12 @@ # SPDX-License-Identifier: MIT # ################################################################################ import pytest from harness.logger import logger file01 = 'file01' @pytest.mark.skip(reason="shell tests seem to hang clients at times") def test_cp(gkfs_daemon, gkfs_shell, file_factory): """Copy a file into gkfs using the shell""" Loading tests/integration/shell/test_stat.py +4 −0 Original line number Diff line number Diff line Loading @@ -11,10 +11,12 @@ # SPDX-License-Identifier: MIT # ################################################################################ import pytest from harness.logger import logger file01 = 'file01' @pytest.mark.skip(reason="shell tests seem to hang clients at times") def test_shell_if_e(gkfs_daemon, gkfs_shell, file_factory): """ Copy a file into gkfs using the shell and check that it Loading @@ -41,6 +43,7 @@ def test_shell_if_e(gkfs_daemon, gkfs_shell, file_factory): assert cmd.exit_code == 0 @pytest.mark.skip(reason="shell tests seem to hang clients at times") def test_stat_script(gkfs_daemon, gkfs_shell, file_factory): """ Copy a file into gkfs using the shell and check that it Loading @@ -65,6 +68,7 @@ def test_stat_script(gkfs_daemon, gkfs_shell, file_factory): assert cmd.exit_code == 0 @pytest.mark.skip(reason="shell tests seem to hang clients at times") def test_stat_command(gkfs_daemon, gkfs_shell, file_factory): """ Copy a file into gkfs using the shell and check that it Loading Loading
tests/integration/shell/test_cp.py +2 −0 Original line number Diff line number Diff line Loading @@ -11,10 +11,12 @@ # SPDX-License-Identifier: MIT # ################################################################################ import pytest from harness.logger import logger file01 = 'file01' @pytest.mark.skip(reason="shell tests seem to hang clients at times") def test_cp(gkfs_daemon, gkfs_shell, file_factory): """Copy a file into gkfs using the shell""" Loading
tests/integration/shell/test_stat.py +4 −0 Original line number Diff line number Diff line Loading @@ -11,10 +11,12 @@ # SPDX-License-Identifier: MIT # ################################################################################ import pytest from harness.logger import logger file01 = 'file01' @pytest.mark.skip(reason="shell tests seem to hang clients at times") def test_shell_if_e(gkfs_daemon, gkfs_shell, file_factory): """ Copy a file into gkfs using the shell and check that it Loading @@ -41,6 +43,7 @@ def test_shell_if_e(gkfs_daemon, gkfs_shell, file_factory): assert cmd.exit_code == 0 @pytest.mark.skip(reason="shell tests seem to hang clients at times") def test_stat_script(gkfs_daemon, gkfs_shell, file_factory): """ Copy a file into gkfs using the shell and check that it Loading @@ -65,6 +68,7 @@ def test_stat_script(gkfs_daemon, gkfs_shell, file_factory): assert cmd.exit_code == 0 @pytest.mark.skip(reason="shell tests seem to hang clients at times") def test_stat_command(gkfs_daemon, gkfs_shell, file_factory): """ Copy a file into gkfs using the shell and check that it Loading