Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Ray Fang 797ae7894e Add --template param to solution creation (#194)
* Use  env key instead of value when adding modules

* Add CLI entrypoint

* Call iotedgedev addmodule when create solution

* Add default routes when adding modules

* Update template

* Update test

* Revert changes to monitor timeout

* Add temp sensor route when adding module

* Add copy_template function

* Add default ToIoTHub route when creating solution

* Update system module images to GA version

* Fix incorrect string escape

* Replace image placeholder with real image URL when building images

* Enable Node.js module creation

* Refind the logic to parse image placeholder

* Won't add tempsensor route when adding modules

* Minor refinement

* Add nested_set utility method

* Add default route from temp sensor when solution creation

* Rename var_dict to replacement

* Use name in env as default when new solution

* WIP support for BYPASS_MODULES

* WIP support for BYPASS_MODULES

* WIP support for BYPASS_MODULES

* Update utility methods

* Update image_tag_map key type to tuple

* Update Docker SDK version and remove iotedgeruntime from requirements.txt

* Disable outdated test cases temporarily

* Add unit test for deploymentmanifest.py

* Add unit test for utility.py

* Fix error on Py27

* Compare lists order-insensitively

* Fix PyTest failure on Python 3
2018-07-19 10:51:47 -07:00
David Ruttka 29ebe1d806 Configure travis for unit tests (#195)
* Mark tests and add travis configuration files

* Make sure the tests dir has an __init__

* Just test for now, lint is in a bad state

* Add click dependency for travis

* Move tests for the user's .env into the e2e tests

* Bring back all the py versions

* Try removing tests/__init__.py

* Include setuptools for virtualenvs that need the update

* Revert "Try removing tests/__init__.py"

This reverts commit 83265feb83.

* Remove 3.3 and 2.6 from the python test envs

* Add Travis badge to README
2018-06-29 11:12:00 -07:00
Kat Ngov 8db8f83e1a AZ IOT HUB apply-configuration needs hubname (#173)
* add hubname to apply-config

* pr revisions, update connection string and naming

* adding unit tests for connectionstring.py
2018-05-20 22:08:04 -07:00