commit | ee9755cbfac884d37bee515a766e49ef8b7bf11f | [log] [tgz] |
---|---|---|
author | serkant.uluderya <serkant.uluderya@netsia.com> | Mon Apr 15 14:56:19 2019 -0700 |
committer | Matt Jeanneret <mj3580@att.com> | Mon Apr 29 15:10:07 2019 +0000 |
tree | 784039a058112530985335bd4265711bae408cc3 | |
parent | ce5969c631c88dccbbd7d80323833eb1bbb62c97 [diff] [blame] |
VOL-1570 Omit some fields from voltha CLI devices command Change-Id: Id5702d8fb038e94d3616d6dc45d888dcc887ea85
diff --git a/python/cli/main.py b/python/cli/main.py index 0f5c618..41e04e8 100755 --- a/python/cli/main.py +++ b/python/cli/main.py
@@ -225,7 +225,11 @@ 'hardware_version', 'images', 'firmware_version', - 'vendor_id' + 'vendor_id', + 'flows', + 'pm_configs', + 'proxy_address', + 'ports' } print_pb_list_as_table('Devices:', devices, omit_fields, self.poutput)