diff options
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 88491ddd69..774100d508 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -513,6 +513,7 @@ limitations under the License. <volume>${it.chef.config}:/var/lib/jetty/chef-solo/environments</volume> <volume>${project.basedir}/src/test/resources/cert:/var/lib/jetty/onap/cert </volume> + <volume>${it.shared.volume}:/var/lib/jetty/logs</volume> </bind> </volumes> <wait> |