summaryrefslogtreecommitdiffstats
path: root/quantum-client
diff options
context:
space:
mode:
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>2018-02-11 11:13:35 +0530
committerSeshu Kumar M <seshu.kumar.m@huawei.com>2018-02-11 06:17:46 +0000
commit0d192472b3bc36791877dfbfa72d24d4fc266512 (patch)
treecbdca8d1fddafeb975c26f19f3cc28c85a471b45 /quantum-client
parent5d81d49f85345f39790cec8a06aa00bd593af19d (diff)
add Unit testing
Issue-ID: SO-369 Change-Id: I1c4faafaee9aa2cb35799bd822500a27e11afa6a Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'quantum-client')
-rw-r--r--quantum-client/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum-client/pom.xml b/quantum-client/pom.xml
index 5ea33c1..50d63b5 100644
--- a/quantum-client/pom.xml
+++ b/quantum-client/pom.xml
@@ -10,6 +10,12 @@
<name>OpenStack Quantum Client</name>
<description>OpenStack Quantum Client</description>
<dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.11</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.openecomp.so.libs.openstack-java-sdk</groupId>
<artifactId>openstack-client</artifactId>