Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Jaeger 08db3ad05f 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: I37b6a82c9c3c3893bb4b9b6a4c4b5a83a6d8193c
2019-12-18 09:50:01 +01:00
Dmitry Belyaninov a368f8df83 Resume env before snapshot
We should resume environment before
diagnostic snapshot creation.

Change-Id: I110e5420b71fcd06680f01637c1373edea83841f
Closes-Bug: 1674340
2017-03-27 13:41:01 +00:00
Dmitry Belyaninov 36334abfb4 Time sync missed during cluster installation
We should sync time after all
make_snapshot/resume actions.

Change-Id: I7d24b944e3dea1dc80fbeb24d99b0c1c0aedaaeb
Closes-Bug: 1656866
2017-02-27 09:07:40 +00:00
zhangyanxian 1129b02f77 Fix some typos in the files
Change-Id: I8e89bb3ae8ef95d4136e0c67f3f0983a510c50bf
2016-08-22 08:24:51 +00:00
Artem Grechanichenko 63ee810635 Refactoring of setup_master method, get_setup method, setup_master action
Change-Id: Ib6bc673345f4337c11a7af45f58c217fe0272c39
Related-Bug: #1604410
2016-07-20 14:52:56 +00:00
Jenkins aeceb10d07 Merge "Add option to setup centos master node in get_ready_setup method" 2016-07-01 12:19:11 +00:00
Artem Grechanichenko 60246f9cd9 Add option to setup centos master node in get_ready_setup method
1) Need to use fuel-devops >=3.0.0
2) Need to use centos_master.yaml devops template
3) export CENTOS_MASTER=True environment variable
4) provide path to CENTOS_CLOUD_IMAGE_PATH, FUEL_RELEASE_PATH and
EXTRA_DEB_REPOS

Change-Id: I1542c2238abc364713f02e4bca6ec7646883bf78
Closes-Bug: #1592419
2016-06-30 15:01:53 +03:00
Dmitry Tyzhnenko 4e11179097 Migrate group thread_1 to pytest scope
Implements blueprint migrate-fuel-qa-from-proboscis-nose-frameworks

Change-Id: I23231967b722dc8c1fe2cf2faa303f8c4a9df871
2016-06-02 13:14:06 +03:00
Alexey Stepanov 3990b5fb65 Fix inspection issues
1. PyCharm inspection: ignore no member for magic places
  (six.moves, mixin for system_test, unicode<->string on python2)
2. Fix docstrings
3. Fix reraise of SkipTest
  (use raise instead of raising again the same exception, but no args)
4. Bash simple variable usage

Closes-bug: #1578998

Change-Id: Ifac2dcb68b323ce48c6c80598abfd18ed9bf2caf
2016-05-10 11:54:55 +03:00
Alexey Stepanov f34477a748 Pylint: add fuel_tests
1. Add fuel_tests target
2. Fix failures of Pylint(it's voting for now)

Change-Id: I6c7f560e70bc555d22ab342d48723642c9df8e25
2016-05-06 12:06:46 +03:00
Artem Grechanichenko 168033a0d5 Refactor Setup_environment
Move some actions executing after master node boostrapping to
TestBasics action to using them in separate_master node deployment

Implements blueprint: fuelwebclient-refactoring

Change-Id: Idb8954c71861840124a805e8982a2fe63c94376f
2016-04-29 07:46:35 +00:00
Dmitry Tyzhnenko 6a35a38ab9 Move ha_neutron and bvt to fuel_tests
Add ability to run_system_test run test from fuel_tests

move test groups into fuel_tests:
    bvt2 with new name is pytest_bvt2
    ha_heutron

Change-Id: Ic6a0d78e113f58af388ac2abe758a8be5e3e5867
2016-04-26 18:06:25 +03:00