Skip to content

Commit

Permalink
[Test] In test_raid_performance_mode, execute the mounting checks
Browse files Browse the repository at this point in the history
before the mdadm configuration checks as they higher priority.

Signed-off-by: Giacomo Marciani <[email protected]>
  • Loading branch information
gmarciani committed Jun 20, 2024
1 parent 028e569 commit 3d68ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration-tests/tests/storage/test_raid.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ def test_raid_performance_mode(pcluster_config_reader, clusters_factory, schedul

scheduler_commands = scheduler_commands_factory(remote_command_executor)
mount_dir = "/raid_dir"
test_raid_correctly_configured(remote_command_executor, raid_type="0", volume_size=75, raid_devices=5)
test_raid_correctly_mounted(remote_command_executor, mount_dir, volume_size=74)
_test_raid_correctly_shared(remote_command_executor, mount_dir, scheduler_commands)
test_raid_correctly_configured(remote_command_executor, raid_type="0", volume_size=75, raid_devices=5)


@pytest.mark.usefixtures("region", "os", "instance")
Expand Down

0 comments on commit 3d68ea0

Please sign in to comment.