Skip to content

Commit 31c3edb

Browse files
committed
Fix oss mark in iam_policy and efs tests
Signed-off-by: ddeidda <[email protected]>
1 parent 7acaebf commit 31c3edb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integration-tests/tests/iam_policies/test_iam_policies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@pytest.mark.regions(["us-east-1"])
2222
@pytest.mark.schedulers(["sge", "awsbatch"])
2323
@pytest.mark.skip_instances(["g3.8xlarge"])
24-
@pytest.mark.os(["alinux2"])
24+
@pytest.mark.oss(["alinux2"])
2525
@pytest.mark.usefixtures("os")
2626
def test_iam_policies(region, scheduler, pcluster_config_reader, clusters_factory):
2727
"""Test IAM Policies"""

tests/integration-tests/tests/storage/test_efs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
@pytest.mark.regions(["us-east-1"])
2727
@pytest.mark.instances(["c5.xlarge"])
2828
@pytest.mark.schedulers(["slurm", "awsbatch"])
29-
@pytest.mark.os(["alinux2"])
29+
@pytest.mark.oss(["alinux2"])
3030
@pytest.mark.usefixtures("region", "os", "instance")
3131
def test_efs_compute_az(region, scheduler, pcluster_config_reader, clusters_factory, vpc_stacks):
3232
"""
@@ -49,7 +49,7 @@ def test_efs_compute_az(region, scheduler, pcluster_config_reader, clusters_fact
4949
@pytest.mark.regions(["us-east-1"])
5050
@pytest.mark.instances(["c5.xlarge"])
5151
@pytest.mark.schedulers(["slurm", "awsbatch"])
52-
@pytest.mark.os(["alinux2"])
52+
@pytest.mark.oss(["alinux2"])
5353
@pytest.mark.usefixtures("region", "os", "instance")
5454
def test_efs_same_az(region, scheduler, pcluster_config_reader, clusters_factory, vpc_stacks):
5555
"""

0 commit comments

Comments
 (0)