aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/imports.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/src/test/resources/ci/testSuites/imports.xml')
-rw-r--r--integration-tests/src/test/resources/ci/testSuites/imports.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/ci/testSuites/imports.xml b/integration-tests/src/test/resources/ci/testSuites/imports.xml
new file mode 100644
index 0000000000..b9374cf47a
--- /dev/null
+++ b/integration-tests/src/test/resources/ci/testSuites/imports.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
+<suite name="Imports">
+ <test name="Imports">
+ <classes>
+ <class name="org.openecomp.sdc.ci.tests.execute.imports.ImportGenericResourceCITest"/>
+ </classes>
+ </test> <!-- Test -->
+</suite> <!-- Imports -->