Skip to content

Commit

Permalink
Updates test node names
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Oct 13, 2023
1 parent 90db03e commit d537e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_get_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# For information on resources defined in the testing environment,
# see https://github.com/pitt-crc/Slurm-Test-Environment/
TEST_CLUSTER = 'development'
TEST_NODES = ('node1',)
TEST_NODES = set(f'c{i}' for i in range(11))


class NodesMatchTestEnvironment(TestCase):
Expand Down

0 comments on commit d537e40

Please sign in to comment.