[openstack-dev] [OpenStack][python-quantumclient] unit test question

Kuang-Ching Wang kuangching.wang at gmail.com
Wed Jun 26 06:08:53 UTC 2013


Hi Eugene,

thanks for looking into this.  I just pushed my patch: https://review.openstack.org/#/c/33187/

Thanks!
KC

On Jun 25, 2013, at 9:08 PM, Eugene Nikanorov <enikanorov at mirantis.com> wrote:

> Hi,
> 
> Can you post the code if failing test?
> 
> Eugene.
> 
> 
> 
> On Wed, Jun 26, 2013 at 2:11 AM, Kuang-Ching Wang <kuangching.wang at gmail.com> wrote:
> Hi,
> 
> I am seeing the following error and cannot figure out why it happened and how to solve it.  Any advice would be appreciated.  Thanks!
> 
> UnexpectedMethodCallError: Unexpected method call.  unexpected:-  expected:+
> - request.__call__('localurl/v2.0/firewall_policies.xml', 'POST', body='<?xml version=\'1.0\' encoding=\'UTF-8\'?>\n<firewall_policy xmlns="http://openstack.org/quantum/api/v2.0" xmlns:quantum="http://openstack.org/quantum/api/v2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><description>my-desc</description><admin_state_up quantum:type="bool">True</admin_state_up><tenant_id>my-tenant</tenant_id><firewall_rules_list><item>rule_id1</item></firewall_rules_list><shared quantum:type="bool">True</shared><audited quantum:type="bool">True</audited><name>my-name</name></firewall_policy>', headers={'X-Auth-Token': 'testtoken', 'Content-Type': 'application/xml', 'Accept': 'application/xml', 'User-Agent': 'python-quantumclient'}) -> None
> + request.__call__('localurl/v2.0/firewall_policies.xml', 'POST', body=<?xml version='1.0' encoding='UTF-8'?>
> 
> + <firewall_policy xmlns="http://openstack.org/quantum/api/v2.0" xmlns:quantum="http://openstack.org/quantum/api/v2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><tenant_id>my-tenant</tenant_id><description>my-desc</description><admin_state_up quantum:type="bool">True</admin_state_up><firewall_rules_list><item>rule_id1</item></firewall_rules_list><shared quantum:type="bool">True</shared><audited quantum:type="bool">True</audited><name>my-name</name></firewall_policy>, headers=<map containing the entry 'X-Auth-Token: testtoken'>) -> (<tests.unit.test_cli20.MyResp object at 0x3156d90>, '<?xml version=\'1.0\' encoding=\'UTF-8\'?>\n<firewall_policy xmlns="http://openstack.org/quantum/api/v2.0" xmlns:quantum="http://openstack.org/quantum/api/v2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><id>myid</id><name>my-name</name></firewall_policy>')
> 
> KC
> 
> 
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130625/724c4cda/attachment.html>


More information about the OpenStack-dev mailing list