caff36e33d
Several updates to make this consistent with other OpenStack charms repos, and to enable Gerrit + OSCI test gates. - Update .gitignore. - Add .gitreview for gerrit. - Add copyright file, and copyright headers. - Add tox.ini and src/tox.ini - Add tests README - Fix layer.yaml - Add unit tests. - Add amulet tests. - fixed lint. See running bug/TODO list: - https://bugs.launchpad.net/charm-ceph-fs Change-Id: Iaec5f25706387f9b59b36e307e954318b23c9417 Depends-On: I3f78a5a3231377f5542b81cec27dd4531144cfd1 Closes-Bug: 1640895 Closes-Bug: 1640896 Closes-Bug: 1640898 Closes-Bug: 1640900 Closes-Bug: 1640902 Closes-Bug: 1653767
9 lines
331 B
Plaintext
9 lines
331 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
|
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
|
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
|
|
${PYTHON:-python} -m subunit.run discover -t ./ ./unit_tests $LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|