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 <[email protected]> wrote: > Hi, > > Can you post the code if failing test? > > Eugene. > > > > On Wed, Jun 26, 2013 at 2:11 AM, Kuang-Ching Wang <[email protected]> > 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 > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
_______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
