Example #1
0
def _test_home_correctly_shared(remote_command_executor, scheduler_commands):
    logging.info("Testing home dir correctly mounted on compute nodes")
    verify_directory_correctly_shared(remote_command_executor, "/home",
                                      scheduler_commands)
Example #2
0
def _test_raid_correctly_shared(remote_command_executor, mount_dir, scheduler_commands):
    logging.info("Testing raid correctly mounted on compute nodes")
    verify_directory_correctly_shared(remote_command_executor, mount_dir, scheduler_commands)
Example #3
0
def _test_ebs_correctly_shared(remote_command_executor, mount_dir,
                               scheduler_commands):
    logging.info("Testing ebs correctly mounted on compute nodes")
    verify_directory_correctly_shared(remote_command_executor, mount_dir,
                                      scheduler_commands)
Example #4
0
def _test_home_correctly_shared(remote_command_executor, scheduler_commands):
    logging.info("Testing home dir correctly mounted on compute nodes")
    verify_directory_correctly_shared(remote_command_executor, "/home", scheduler_commands)