diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-10-08 11:39:32 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-10-08 11:41:40 +0200 |
commit | e0433839edd54f0c8b3efea8eff6ccf5a7c69edc (patch) | |
tree | f06787baadbac89cec78b5feb4236ce2d2505b63 /integration-tests/pom.xml | |
parent | c0cd58244635c610c604066e9542058b310a706d (diff) |
Update README
Update the README with new way of working with the integration-tests + add log of the onboard BE in /tmp/sdc-integration-tests + removal old files
Issue-ID: SDC-3309
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I11098e63e3ca31d1310718b3e0ac07e54a76c882
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
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> |