diff options
Diffstat (limited to 'ui-ci/pom.xml')
-rw-r--r-- | ui-ci/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index c5b5b09c1b..2b7630986f 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -308,6 +308,11 @@ <directory>${project.basedir}/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/testSuites</directory> <followSymlinks>false</followSymlinks> </fileset> + <!-- VNF files --> + <fileset> + <directory>${project.basedir}/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/Files/VNFs</directory> + <followSymlinks>false</followSymlinks> + </fileset> </filesets> </configuration> </execution> |