4 Commits

Author SHA1 Message Date
Federico Ressi
c8135cebbf Split framework dependencies from test dependencies.
Let separate test cases (tobiko.tests package) from framework
(the rest of tobiko).

- Move test case dependencies to test-requirements.txt file.
- Keep only requirements.txt as framework requirements file.
- Add python-networkclient dependency to tobiko framework
- update tox.ini to use it for checking code before committing it

Change-Id: I0bc433153e00a1c83dbf691bfe058a1ccb1a49dd
2018-11-22 14:31:38 +01:00
abregman
4218ef46bf Add list CLI util
Allow to list stacks created/managed by Tobiko and templates
Tobiko provides for user along with tests.

Change-Id: Idd7d2ddc5f2c0aff14508b07c9f5d4067aba5a46
2018-11-15 16:51:17 +02:00
abregman
9bdc604bf5 Add a cleanup utility
Since tobiko is not cleaning up resources, added an alternative
that should ease development and testing processes.

Also updated setup.cfg with entries for cleanup and creation utils.

Change-Id: Ie88f79108d83723d107b1c5ed30ac69f19318820
2018-11-11 15:05:17 +02:00
abregman
4b3a02a3cd Add initial structure
Including required files for installing and
packaging the project.

Change-Id: I592784819e78075bfc08b52a17d1b42e511da95c
2018-08-13 12:58:24 +00:00