implement rest API for ICE tests 45/34545/1
authorMickael JEZEQUEL <mickael.jezequel@orange.com>
Wed, 7 Mar 2018 16:19:48 +0000 (17:19 +0100)
committerMickael JEZEQUEL <mickael.jezequel@orange.com>
Wed, 7 Mar 2018 16:21:45 +0000 (17:21 +0100)
commitb2727af1d234bae3e64cf31a0af3dfee2d1c91f8
tree40556f1679e2b9521c21598a43d0f4a71e6c2915
parentd5d7097ce064a9711cd7415d100db2560ef7ff08
implement rest API for ICE tests

Change-Id: I1ccb630858907161c4e8b13986fe963bb309b608
Issue-ID: VNFSDK-213
Signed-off-by: Mickael JEZEQUEL <mickael.jezequel@orange.com>
14 files changed:
ice-server/README.MD [new file with mode: 0644]
ice-server/__init__.py [new file with mode: 0644]
ice-server/heat_test/__init__.py [new file with mode: 0644]
ice-server/heat_test/app.py [new file with mode: 0644]
ice-server/heat_test/default_settings.py [new file with mode: 0644]
ice-server/heat_test/heat_validator.py [new file with mode: 0644]
ice-server/heat_test/swagger/ice_api.yaml [new file with mode: 0644]
ice-server/heat_test/test/fixture/test.zip [new file with mode: 0644]
ice-server/heat_test/test/test_api.py [new file with mode: 0644]
ice-server/pom.xml [new file with mode: 0644]
ice-server/requirements.txt [new file with mode: 0644]
ice-server/setup.py [new file with mode: 0644]
ice-server/tox.ini [new file with mode: 0644]
pom.xml