Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa/rgw: fix invalid syntax error in radosgw_admin_rest.py #25305

Merged
merged 2 commits into from Dec 3, 2018

Conversation

cbodley
Copy link
Contributor

@cbodley cbodley commented Nov 28, 2018

Signed-off-by: Casey Bodley <cbodley@redhat.com>
@cbodley
Copy link
Contributor Author

cbodley commented Nov 30, 2018

passes the new tests for user listing:

2018-11-30T17:57:39.977 INFO:tasks.radosgw_admin_rest:radosgw-admin-rest: ['user', 'list'] {'list': '', 'max-entries': 0}
2018-11-30T17:57:39.986 INFO:tasks.radosgw_admin_rest: json result: {u'keys': [], u'count': 0, u'marker': u'6:1e6ca5ed:users.uid::foo:head', u'truncated': True}
2018-11-30T17:57:39.986 INFO:tasks.radosgw_admin_rest:radosgw-admin-rest: ['user', 'list'] {'list': '', 'max-entries': 1}
2018-11-30T17:57:39.995 INFO:tasks.radosgw_admin_rest: json result: {u'keys': [u'foo'], u'count': 1, u'marker': u'6:e1d59a8c:users.uid::ada:head', u'truncated': True}
2018-11-30T17:57:39.995 INFO:tasks.radosgw_admin_rest:radosgw-admin-rest: ['user', 'list'] {'marker': u'6:e1d59a8c:users.uid::ada:head', 'list': '', 'max-entries': 1}
2018-11-30T17:57:40.000 INFO:tasks.radosgw_admin_rest: json result: {u'keys': [u'ada'], u'count': 1, u'truncated': False}

http://pulpito.ceph.com/cbodley-2018-11-30_17:39:44-rgw-wip-cbodley-testing-distro-basic-smithi/

@cbodley cbodley merged commit 70242bf into ceph:master Dec 3, 2018
@cbodley
Copy link
Contributor Author

cbodley commented Dec 3, 2018

thanks for review!

@cbodley cbodley deleted the wip-37440 branch December 3, 2018 14:00
tchaikov pushed a commit to tchaikov/ceph that referenced this pull request Dec 3, 2018
qa/rgw: fix invalid syntax error in radosgw_admin_rest.py

Reviewed-by: Volker Theile <vtheile@suse.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants