diff options
| author | TerryHowe <terrylhowe@gmail.com> | 2015-07-08 10:38:35 -0600 |
|---|---|---|
| committer | TerryHowe <terrylhowe@gmail.com> | 2015-07-08 10:38:35 -0600 |
| commit | 8c7920ddf022a8f7588a8de520ffb71b66fa49b0 (patch) | |
| tree | 13e527b1d06f0c0455a934897b090c61b4ca35af /openstackclient/tests/network/common.py | |
| parent | f07f71661f8e215844dff6156781975041a3b1c4 (diff) | |
| download | python-openstackclient-8c7920ddf022a8f7588a8de520ffb71b66fa49b0.tar.gz | |
Remove testing of cliff command line options
These options are part of cliff, let cliff test them.
Change-Id: I802c25ba80048607eef6909a21709dcda63231cc
Diffstat (limited to 'openstackclient/tests/network/common.py')
| -rw-r--r-- | openstackclient/tests/network/common.py | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/openstackclient/tests/network/common.py b/openstackclient/tests/network/common.py index 7162f97b..31fde257 100644 --- a/openstackclient/tests/network/common.py +++ b/openstackclient/tests/network/common.py @@ -33,30 +33,3 @@ class TestNetworkBase(utils.TestCommand): service_type="network", ) self.api = self.app.client_manager.network.api - - given_show_options = [ - '-f', - 'shell', - '-c', - 'id', - '--prefix', - 'TST', - ] - then_show_options = [ - ('formatter', 'shell'), - ('columns', ['id']), - ('prefix', 'TST'), - ] - given_list_options = [ - '-f', - 'csv', - '-c', - 'id', - '--quote', - 'all', - ] - then_list_options = [ - ('formatter', 'csv'), - ('columns', ['id']), - ('quote_mode', 'all'), - ] |
