update Makefile, pep8, scaling 93/1793/1
authorMike Marchetti <mmarchetti@sandvine.com>
Mon, 8 May 2017 20:07:20 +0000 (16:07 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Mon, 8 May 2017 20:07:20 +0000 (16:07 -0400)
commit4c7e237e45bc6fe209006b4837a8e6b031e78e1c
tree0b2932c12e0130b79f09b53cd54e653015ef025f
parente84eb31aded0cb62a5523422ddc4524f6e615209
update Makefile, pep8, scaling

- updated Makefile for build using virtualenv
- add requirements.txt for testing
- fix pep8 errors
- adding ability to scale an ns

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