diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-04-08 14:03:29 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-04-09 18:03:21 +0000 |
commit | 1788983cf083303c51d538608c92abbebef10307 (patch) | |
tree | a70997752b5448dc45739309c53df2ef49f5f59f /ui-ci/pom.xml | |
parent | 0ebace5621e54b8102b0371f0500340adedf7f75 (diff) |
fix use of user credentials logic
Change-Id: If518234e78983fe35ceb4b971d5093052ee824bb
Issue-ID: SDC-384
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'ui-ci/pom.xml')
-rw-r--r-- | ui-ci/pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index b0e13f14aa..f34127401c 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -405,6 +405,25 @@ </execution> <execution> + <id>copy-csar-files</id> + <phase>verify</phase> + <goals> + <goal>copy-resources</goal> + </goals> + <configuration> + <outputDirectory>sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/Files/VNFs</outputDirectory> + <resources> + <resource> + <directory>${project.parent.basedir}/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/Files/VNFs</directory> + <includes> + <include>*</include> + </includes> + </resource> + </resources> + </configuration> + </execution> + + <execution> <id>copy-resources-ui-ci</id> <phase>verify</phase> <goals> |