Skip to content

Commit ebaf0ea

Browse files
stephenfingtema
authored andcommitted
tests: Remove 'agent' functional tests
The 'os-agents' API was recently removed from nova [1]. Remove the functional tests, since they will always fail going forward but will continue to run on older stable branches. Also Squeeze https://review.opendev.org/#/c/762559/ inside, since those 2 are simultaneously blocking gate [1] https://review.opendev.org/#/c/749309/ Change-Id: I0bf7d4c0ba2a9d4637db0d209d8d52163d772f12 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
1 parent e2bd153 commit ebaf0ea

2 files changed

Lines changed: 1 addition & 197 deletions

File tree

openstackclient/tests/functional/compute/v2/test_agent.py

Lines changed: 0 additions & 196 deletions
This file was deleted.

openstackclient/tests/unit/volume/v2/test_volume_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_capability_show(self):
6565

6666
# confirming if all expected values are present in the result.
6767
for cap in data:
68-
self.assertTrue(cap[0] in capabilities)
68+
self.assertIn(cap[0], capabilities)
6969

7070
# checking if proper call was made to get capabilities
7171
self.capability_mock.get.assert_called_with(

0 commit comments

Comments
 (0)