From f8cc121df034f45c19a79389c9e7d37976e76f12 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Thu, 18 Apr 2019 14:33:55 -0500 Subject: 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 --- cinderclient/tests/functional/test_readonly_cli.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cinderclient/tests') 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', -- cgit v1.2.1