From b3d4898d9e8452ea0b8d848c048e712d43b8d9a3 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 11 Jun 2017 14:22:02 +0300 Subject: [SDC-29] rebase continue work to align source Change-Id: I218f1c5ee23fb2c8314f1c70921d3ad8682c10f4 Signed-off-by: Michael Lando --- ui-ci/tarball.xml | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 ui-ci/tarball.xml (limited to 'ui-ci/tarball.xml') diff --git a/ui-ci/tarball.xml b/ui-ci/tarball.xml new file mode 100644 index 0000000000..9d7d4c1022 --- /dev/null +++ b/ui-ci/tarball.xml @@ -0,0 +1,70 @@ + + bin + + tar + + + + ${project.build.directory}/${project.artifactId}-${project.version}-jar-with-dependencies.jar + ./ + ${project.artifactId}-${project.version}-jar-with-dependencies.jar + + + src/main/resources/ci/scripts/startTest.sh + ./ + startTest.sh + + + + src/main/resources/ci/conf/attsdc.yaml + conf + attsdc.yaml + + + src/main/resources/ci/conf/attsdc-packages.yaml + conf + attsdc-packages.yaml + + + ../catalog-be/src/main/resources/config/error-configuration.yaml + conf + error-configuration.yaml + + + ../asdc-tests/src/main/resources/ci/conf/log4j.properties + conf + log4j.properties + + + src/main/resources/ci/conf/credentials.yaml + conf + credentials.yaml + + + src/main/resources/ci/drivers/chromedriver.exe/ + drivers + chromedriver.exe + + + + + + + src/test/resources + ./ + + + src/main/resources/ci/testSuites + ./testSuites + + + src/main/resources/Files + ./Files + + + + -- cgit 1.2.3-korg