vmware / weathervane

Virtual-Infrastructure and Cloud Performance Benchmark
Other
153 stars 39 forks source link

Fix allocation of namespaces from namespace parameter #163

Closed hrosenbe closed 4 years ago

hrosenbe commented 4 years ago

This pull request fixes the allocation of namespaces for the drivers and application instances so that namespaces are not allocated for the secondary drivers. Currently a namespace from the namespaces parameter is consumed for each secondary driver, which is incorrect.

Signed-off-by: Hal Rosenberg hrosenbe@vmware.com