Matteo Scandolo | 9ce1825 | 2017-06-22 10:48:25 -0700 | [diff] [blame] | 1 | help: |
2 | @echo "tests: Run unit tests (if you're running local, you'll need to have virtual-env activated)" | ||||
3 | |||||
4 | tests: | ||||
5 | nosetests -s -v --with-id | ||||
6 | |||||
7 | build: | ||||
8 | @echo 'TBD' | ||||
9 | |||||
10 | clean: | ||||
11 | @echo 'TBD' | ||||
12 | |||||
13 | test-call: | ||||
14 | curl -H "xos-username: xosadmin@opencord.org" -H "xos-password: rk1UYDHZXbu6KVCMkhmV" -X POST --data-binary @test/tosca/test.yaml 127.0.0.1:9200 |