Skip to content

Commit

Permalink
Integ tests: EBS - add c4.xlarge as non-nvme instance
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco De Martino <[email protected]>
  • Loading branch information
demartinofra committed Mar 6, 2019
1 parent 1d8d493 commit 3cc4a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration-tests/tests/test_ebs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


@pytest.mark.regions(["us-east-1", "eu-west-1", "cn-north-1", "us-gov-west-1"])
@pytest.mark.instances(["c5.xlarge"])
@pytest.mark.instances(["c4.xlarge", "c5.xlarge"])
@pytest.mark.schedulers(["sge", "awsbatch"])
@pytest.mark.usefixtures("region", "os", "instance")
def test_ebs_single(scheduler, pcluster_config_reader, clusters_factory):
Expand Down

0 comments on commit 3cc4a66

Please sign in to comment.