aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/pom.xml
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2019-11-21 13:23:07 +0000
committerOfir Sonsino <ofir.sonsino@intl.att.com>2020-01-13 09:56:16 +0000
commit2e6d1bb2e6870f758a9231a2f2bb096e7f7c8295 (patch)
treecbaa200b20174aea56e6ce9b34d6bdfcc0789430 /ui-ci/pom.xml
parent8b346842194edb8a9e8c4cd2764ae8ebbce988f0 (diff)
Onboard PNF software version Ui test case
Change-Id: Ie5785c220e15afbc35efaa8158ab86c41fc34437 Issue-ID: SDC-2702 Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'ui-ci/pom.xml')
-rw-r--r--ui-ci/pom.xml26
1 files changed, 21 insertions, 5 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml
index bf45a1d080..30ed36c654 100644
--- a/ui-ci/pom.xml
+++ b/ui-ci/pom.xml
@@ -170,6 +170,20 @@
</dependency>
<dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest</artifactId>
+ <version>${hamcrest.version}</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
+ <version>${hamcrest.version}</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
@@ -287,9 +301,9 @@
<directory>${project.basedir}/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/testSuites</directory>
<followSymlinks>false</followSymlinks>
</fileset>
- <!-- VNF files -->
+ <!-- Package files -->
<fileset>
- <directory>${project.basedir}/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/Files/VNFs</directory>
+ <directory>${project.basedir}/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/Files</directory>
<followSymlinks>false</followSymlinks>
</fileset>
</filesets>
@@ -396,12 +410,14 @@
<goal>copy-resources</goal>
</goals>
<configuration>
- <outputDirectory>sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/Files/VNFs</outputDirectory>
+ <outputDirectory>sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/Files</outputDirectory>
<resources>
<resource>
- <directory>${project.parent.basedir}/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/Files/VNFs</directory>
+ <directory>${project.parent.basedir}/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/Files</directory>
+ <filtering>false</filtering>
<includes>
- <include>*</include>
+ <include>VNFs/*</include>
+ <include>PNFs/*</include>
</includes>
</resource>
</resources>