Commit Graph

4 Commits

Author SHA1 Message Date
Ghanshyam Mann a43311b7ef Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: Ic209179b0be9c3746a702ccea2dd35e883e78bee
2024-02-24 11:43:49 -08:00
Chuck Short 1b621ed595 Fix unit tests in python3
Fix the check_output in unit tests, the result was being
intrepid as a byte string which caused unit tests to fail.
This patch makes it a utf-8 string.

Change-Id: Iba5c50762846ef5266eddd397aca44b01d411354
Signed-off-by: Chuck Short <chucks@redhat.com>
2018-08-24 10:59:06 -04:00
Alex Schultz a7837c9430 Add python jobs to tripleo-image-elements
This change also fixes the python tests to properly mock the path so our
stubs work if the command already exists on the system path.

Change-Id: I7c54b1d99e7cf6c4e3f4ded8c518bf447b2ba1de
2018-05-31 10:50:16 -06:00
Ben Nemec 79f224d04a Add unit tests for os-svc-daemon
Adds a set of unit tests for os-svc-daemon to verify the output
of running it with various options.  Includes a base test class
with some convenience functions for testing scripts.

Change-Id: Id54291686d39ab1b9f0ce4848a2fcf3c18a9ea18
2014-03-28 19:55:29 -05:00