Skip to content

Commit

Permalink
Fix tests to match cloudbridge and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Dec 6, 2020
1 parent 870224f commit 9e46cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cloudman/clusterman/tests/test_cluster_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,4 +927,4 @@ def test_scale_up_unschedulable(self):
# Ensure that the created node has the correct size
vm_types = self._get_cluster_node_vm_types(cluster_id)
self.assertEqual(len(vm_types), 1)
self.assertTrue("r5.24xlarge" in vm_types or "r5d.24xlarge" in vm_types)
self.assertTrue("m5.24xlarge" in vm_types)
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
responses<=0.12
git+https://github.com/celery/django-celery-results
brotlipy
paramiko
Expand Down

0 comments on commit 9e46cbe

Please sign in to comment.