Skip to content

Commit 3d68ea0

Browse files
committed
[Test] In test_raid_performance_mode, execute the mounting checks
before the mdadm configuration checks as they higher priority. Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent 028e569 commit 3d68ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/storage/test_raid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ def test_raid_performance_mode(pcluster_config_reader, clusters_factory, schedul
2929

3030
scheduler_commands = scheduler_commands_factory(remote_command_executor)
3131
mount_dir = "/raid_dir"
32-
test_raid_correctly_configured(remote_command_executor, raid_type="0", volume_size=75, raid_devices=5)
3332
test_raid_correctly_mounted(remote_command_executor, mount_dir, volume_size=74)
3433
_test_raid_correctly_shared(remote_command_executor, mount_dir, scheduler_commands)
34+
test_raid_correctly_configured(remote_command_executor, raid_type="0", volume_size=75, raid_devices=5)
3535

3636

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

0 commit comments

Comments
 (0)