Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Jaeger 24120d7b66 Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: Ibd0360edc1781ea748a1ef28877c215bb4c726c7
2019-12-18 09:38:32 +01:00
Sergey Reshetnyak 432c492445 Update global requirements
Change-Id: I42d510e6530acd29d662d24702e64a4d14415cf2
2017-03-02 12:00:14 +03:00
Sergey Reshetnyak 6652542231 Use os-testr for launch tests
os-testr makes subunit output more readable

Change-Id: Ie47e740ec447cb53df3586d5cb6eb537db8eea71
2016-10-26 18:52:52 +03:00
Marek Zawadzki 9008ceafac Add openstackclient to test-requirements.txt
This is needed to run OpenStack tests from ./tools/deploy-test-vms.sh

Change-Id: I2d57cd5dd54949d48ad441c103ab41fdbc94e776
2016-10-12 15:44:17 +02:00
Yuriy Taraday d34e6f1537 Sync with global requirements
Also add local constraints file to pin requests package to unblock the
gate.

Change-Id: I1c243803bc2e7af49df91dc914791bf0ef338106
2016-10-04 11:04:05 +03:00
Sergey Lukjanov c301a0f294 Sync with global requirements
Change-Id: Id5eb0d454cfb25cac98be6d8554c89007f08a5c5
2016-09-21 09:56:13 -07:00
Yuriy Taraday 3009e4dccc Fix bashate testing
* add bashate requirement so that it can be actually used;
* use xargs instead of find -exec to get negative results out;
* add pipefail option to know if find failed.

Change-Id: I5d88496608f865335e2ca970de7d9ba19bdcc89b
2016-09-20 11:25:22 +03:00
Yuriy Taraday 4f9c75b4a4 Fix flaky test_create_deployment and test_create_service tests
They were failing because test_deploy.TestDeployCreateService wasn't
properly unmocking mocked create_object_from_definition. Anyhow tearDown
is evil, tearDown with testtools works badly, we should use addCleanup
instead and using fixtures is even better than that.

To reproduce bug and verify that this patch fixes it, add

    test_run_concurrency=echo 1

to .testr.conf, it'll run all tests in one process sequentially.

Tests were flaky because testr randomly splits list of tests across
processes (yay, test reprocudibility!) and sometimes
TestDeployCreateService wasn't run in the same process as failing tests.

Change-Id: I60beb43d5ab540e232f2f664212f86036d473cc6
2016-09-05 06:55:38 +00:00
Michal Rostecki bc7a003bea Initial Cookiecutter Commit.
Change-Id: I5f00c1df62c9c0c4c0adb8f15861afcd382529e5
2016-05-10 10:19:00 +02:00