restructure osmclient 63/1763/1
authorMike Marchetti <mmarchetti@sandvine.com>
Thu, 4 May 2017 19:06:26 +0000 (15:06 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Thu, 4 May 2017 19:06:26 +0000 (15:06 -0400)
commite84eb31aded0cb62a5523422ddc4524f6e615209
treefa6519971a37a6390263c757a70c115bff9ad5b3
parent8160019e32e0c1009d7a98cf965b9bb9bf10f664
restructure osmclient

- add layering
- add unit tests
- fixup apis for system test usage

Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
26 files changed:
.gitignore [new file with mode: 0644]
osmclient/__init__.py
osmclient/client.py [new file with mode: 0644]
osmclient/common/__init__.py
osmclient/common/exceptions.py [new file with mode: 0644]
osmclient/common/http.py [new file with mode: 0644]
osmclient/common/test/test_utils.py [new file with mode: 0644]
osmclient/common/utils.py [new file with mode: 0644]
osmclient/scripts/__init__.py
osmclient/scripts/osm.py
osmclient/v1/__init__.py [new file with mode: 0644]
osmclient/v1/client.py [new file with mode: 0644]
osmclient/v1/key.py [new file with mode: 0644]
osmclient/v1/ns.py [new file with mode: 0644]
osmclient/v1/nsd.py [new file with mode: 0644]
osmclient/v1/package.py [new file with mode: 0644]
osmclient/v1/tests/test_ns.py [new file with mode: 0644]
osmclient/v1/tests/test_nsd.py [new file with mode: 0644]
osmclient/v1/tests/test_package.py [new file with mode: 0644]
osmclient/v1/tests/test_vnf.py [new file with mode: 0644]
osmclient/v1/tests/test_vnfd.py [new file with mode: 0644]
osmclient/v1/utils.py [new file with mode: 0644]
osmclient/v1/vca.py [new file with mode: 0644]
osmclient/v1/vim.py [new file with mode: 0644]
osmclient/v1/vnf.py [new file with mode: 0644]
osmclient/v1/vnfd.py [new file with mode: 0644]