diff options
| author | Sean McGinnis <sean.mcginnis@gmail.com> | 2019-04-18 14:33:55 -0500 |
|---|---|---|
| committer | Sean McGinnis <sean.mcginnis@gmail.com> | 2019-04-18 14:33:55 -0500 |
| commit | f8cc121df034f45c19a79389c9e7d37976e76f12 (patch) | |
| tree | 05efdd36691fa6809fba0ec6238e7deda81805c3 /cinderclient/tests/functional/test_readonly_cli.py | |
| parent | 2189e5702b7ba91a87e1db21024799e1520d8ad0 (diff) | |
| download | python-cinderclient-f8cc121df034f45c19a79389c9e7d37976e76f12.tar.gz | |
Drop 'endpoints' and 'credentials' commands
We are past the deprecation period for these commands and they should
now be removed.
Change-Id: I37f0dc539da5d43f629ea726bb603fa995c1fe6f
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'cinderclient/tests/functional/test_readonly_cli.py')
| -rw-r--r-- | cinderclient/tests/functional/test_readonly_cli.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cinderclient/tests/functional/test_readonly_cli.py b/cinderclient/tests/functional/test_readonly_cli.py index 3483aa4..87578a0 100644 --- a/cinderclient/tests/functional/test_readonly_cli.py +++ b/cinderclient/tests/functional/test_readonly_cli.py @@ -47,14 +47,6 @@ class CinderClientReadOnlyTests(base.ClientTestBase): 'Cipher', 'Key Size', 'Control Location']) - def test_endpoints(self): - out = self.cinder('endpoints') - tables = self.parser.tables(out) - for table in tables: - headers = table['headers'] - self.assertGreaterEqual(2, len(headers)) - self.assertEqual('Value', headers[1]) - def test_extra_specs_list(self): extra_specs_list = self.cinder('extra-specs-list') self.assertTableHeaders(extra_specs_list, ['ID', 'Name', |
