creates common test functions 57/73557/6
authorShweta V <sv111y@att.com>
Wed, 20 Dec 2017 11:15:51 +0000 (12:15 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Wed, 18 Jul 2018 15:18:42 +0000 (17:18 +0200)
commit4d25f8a9129d7584aaf71950a30789b629073815
treebf01be2f3073f48f000d8b90dc4f2ef9cb2fd940
parentd9e96727a7f213e02b69fe3290140cb801382e8d
creates common test functions

adds a test-common folder at project root that contains several
functions to convert XML to DataObjectConverter and vice versa

Co-Authored-By: Dhruv Bhardwaj <db929a@att.com>
Co-Authored-By: Shweta Vachhani <sv111y@att.com>
Co-Authored-By: Masha Dorfman <>
Co-Authored-By: Archana Soundararajan <as7463@att.com>
Co-Authored-By: Juraj Veverka <Juraj.Veverka@pantheon.tech>
Co-Authored-By: Samuel Kontri <samuel.kontris@pantheon.sk>
Co-Authored-By: Andrej Zan <andrej.zan@pantheon.sk>
Co-Authored-By: Milan Fratrik <>
Co-authored-by: Martial COULIBALY <martial.coulibaly@gfi.fr>
Change-Id: Ie7fbe4db4678843bc89e67a2269a5587e722ef75
Signed-off-by: Shweta <sv111y@att.com>
Signed-off-by: Martial COULIBALY <martial.coulibaly@gfi.fr>
pom.xml
test-common/pom.xml [new file with mode: 0644]
test-common/src/main/java/org/opendaylight/transportpce/binding/converter/AbstractDataObjectConverter.java [new file with mode: 0644]
test-common/src/main/java/org/opendaylight/transportpce/binding/converter/JSONDataObjectConverter.java [new file with mode: 0644]
test-common/src/main/java/org/opendaylight/transportpce/binding/converter/XMLDataObjectConverter.java [new file with mode: 0644]
test-common/src/main/java/org/opendaylight/transportpce/binding/converter/api/DataObjectConverter.java [new file with mode: 0644]
test-common/src/main/java/org/opendaylight/transportpce/test/AbstractDeviceTest.java [new file with mode: 0644]
test-common/src/main/java/org/opendaylight/transportpce/test/AbstractTest.java [new file with mode: 0644]
test-common/src/main/java/org/opendaylight/transportpce/test/DeviceWrapper.java [new file with mode: 0644]
test-common/src/main/java/org/opendaylight/transportpce/test/common/DataStoreContext.java [new file with mode: 0644]
test-common/src/main/java/org/opendaylight/transportpce/test/common/DataStoreContextImpl.java [new file with mode: 0644]