Revision 061ea1b3 src/test/NebulaTest.cc
src/test/NebulaTest.cc | ||
---|---|---|
113 | 113 |
return new DispatchManager(vmpool, hpool); |
114 | 114 |
} |
115 | 115 |
|
116 |
RequestManager* NebulaTest::create_rm( |
|
117 |
VirtualMachinePool * vmpool, |
|
118 |
HostPool * hpool, |
|
119 |
VirtualNetworkPool * vnpool, |
|
120 |
UserPool * upool, |
|
121 |
ImagePool * ipool, |
|
122 |
ClusterPool * cpool, |
|
123 |
VMTemplatePool * tpool, |
|
124 |
GroupPool * gpool, |
|
125 |
string log_file) |
|
116 |
RequestManager* NebulaTest::create_rm(string log_file) |
|
126 | 117 |
{ |
127 | 118 |
int rm_port = 2633; |
128 | 119 |
|
129 |
return new RequestManager(vmpool, |
|
130 |
hpool, |
|
131 |
vnpool, |
|
132 |
upool, |
|
133 |
ipool, |
|
134 |
cpool, |
|
135 |
tpool, |
|
136 |
gpool, |
|
137 |
rm_port, |
|
138 |
log_file); |
|
120 |
return new RequestManager(rm_port, log_file); |
|
139 | 121 |
} |
140 | 122 |
|
141 | 123 |
HookManager* NebulaTest::create_hm(VirtualMachinePool * vmpool) |
Also available in: Unified diff