Added a new method in Openstack. Code works fine but test case failed.
Hi All,
I have added a new method "def create_empty_queue" in class Connection of impl_kombu.py file of rpc module. I am calling that function in call method using following code:
conn = rpc.create_
conn.create_
This is working fine when I execute some commands related to nova and results in what I expected. But when I run the test cases I am getting an errors that Connection object has no attribute 'create_
=======
ERROR: test_proxycallb
-------
Traceback (most recent call last):
File "/root/
"args": {"value": value}})
File "/root/
conn.
AttributeError: 'Connection' object has no attribute 'create_
-------
nova.rpc.common: INFO: Connected to AMQP server on localhost:5672
-------
Thanks in advance,
Sateesh B.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- yong sheng gong
- Solved:
- Last query:
- Last reply: