diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-07-18 18:38:49 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-07-18 18:38:49 +0000 |
| commit | ba0e1b6ef5a0087468358598a5e23963105f6c64 (patch) | |
| tree | a639559d62b67aeb2a7fba8ff2400553f617a840 /openstackclient/tests | |
| parent | beaa06138e879ec2db81494469a06f31484295f0 (diff) | |
| parent | 8bbf30498eb34990cb9bc7c7af418216d47f0421 (diff) | |
| download | python-openstackclient-ba0e1b6ef5a0087468358598a5e23963105f6c64.tar.gz | |
Merge "image list: Add Checksum column"
Diffstat (limited to 'openstackclient/tests')
| -rw-r--r-- | openstackclient/tests/image/v1/test_image.py | 2 | ||||
| -rw-r--r-- | openstackclient/tests/image/v2/test_image.py | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/openstackclient/tests/image/v1/test_image.py b/openstackclient/tests/image/v1/test_image.py index 14aa331f..cf08d138 100644 --- a/openstackclient/tests/image/v1/test_image.py +++ b/openstackclient/tests/image/v1/test_image.py @@ -363,6 +363,7 @@ class TestImageList(TestImage): 'Disk Format', 'Container Format', 'Size', + 'Checksum', 'Status', 'Visibility', 'Protected', @@ -378,6 +379,7 @@ class TestImageList(TestImage): '', '', '', + '', 'public', False, image_fakes.image_owner, diff --git a/openstackclient/tests/image/v2/test_image.py b/openstackclient/tests/image/v2/test_image.py index 592def21..763f71e2 100644 --- a/openstackclient/tests/image/v2/test_image.py +++ b/openstackclient/tests/image/v2/test_image.py @@ -643,6 +643,7 @@ class TestImageList(TestImage): 'Disk Format', 'Container Format', 'Size', + 'Checksum', 'Status', 'Visibility', 'Protected', @@ -658,6 +659,7 @@ class TestImageList(TestImage): '', '', '', + '', self._image.visibility, self._image.protected, self._image.owner, |
