Implements agent for Quantum Networking testing

This agent client plugs itself into each network.
Then tries to ping each fixed_ips.
Implements blueprint test-agent

Change-Id: I3908e37401272e9e091ceae66e72cfcdd13b7898
This commit is contained in:
Nachi Ueno 2012-08-10 22:15:32 +00:00
parent 81fd9afe62
commit 1cd11b2d90
2 changed files with 5 additions and 3 deletions

View File

@ -112,6 +112,7 @@ setuptools.setup(
'quantum-nec-agent = '
'quantum.plugins.nec.agent.nec_quantum_agent:main',
'quantum-server = quantum.server:main',
'quantum-debug = quantum.debug.shell:main',
]
},
)

View File

@ -1,11 +1,12 @@
distribute>=0.6.24
cliff
coverage
mock>=0.8
distribute>=0.6.24
mock>=1.0b1
mox==0.5.3
nose
nosehtmloutput
nosexcover
openstack.nose_plugin
nosehtmloutput
pep8
sphinx>=1.1.2
unittest2