Commit Graph

19 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
Sergey Novikov 8b96fce5c2 Assign 'fuelweb_admin' to iface
Change-Id: Iabd4b9f53e95c635d7d5161fdd558c2a95bc3033
Closes-Bug: #1674362
2017-03-31 12:45:04 +00:00
Dmitry Belyaninov 1297b97b15 Revert "Disable "cobbler_alive" test"
This reverts commit e920480388.

Change-Id: I18ed577cf48e57123f47366cdf5aff90816c3cf9
2017-03-27 13:37:51 +00:00
Dmitry Belyaninov e920480388 Disable "cobbler_alive" test
We should skip this test
Closes-Bug: 1674990

Change-Id: I357d2b94893f42e0eab7affea3eb8999d1926086
2017-03-23 07:54:28 +00:00
Jenkins 0697adb44a Merge "Fix logging on the prepare stage" 2017-03-07 10:08:37 +00:00
Alexander Kurenyshev f672044bc6 Fix logging on the prepare stage
When test fails on the prepare fixture stage
the logs capturing is not working
Patch adds snapshot fixture call to the
prepare function

Closes-Bug:1669369

Change-Id: Icb280957ef2801acea48394acc432e56b835e97a
2017-03-03 14:00:25 +00:00
Alisa Tselovalnikova e5ce40863c Move test_fuel_migration from system tests to pytest
Test is checking functionality of Fuel Master node after migration.

Change-Id: I4be00cfcfb5fd3cd95ea2520a6ce30849b7c0fa2
2017-02-17 13:20:42 +04:00
Vladimir Khlyunev 0749cb6447 Detach fuel master migration tests from thread_1
This tests produces timeouts in combination with other tests so
it should be in separate test group

Change-Id: I9c40a63d4f1a99475d3a8efe406d697513837f31
2017-02-17 07:54:06 +00:00
Jenkins 838ed5ee42 Merge "Stdout for remote call fix" 2017-02-15 09:54:52 +00:00
Dmitry Belyaninov 99e4415d0e Fix for migration tests
Fixture for migration tests should have "function" type.
There is no "rep_call" attribute for test call
in case of preparation failed. Test results order check
changed accordingly.

Change-Id: I7e58a111501ad41701ebfaa703fb12e7a9670fed
Partial-Bug: 1647483
(cherry picked from commit df210476ed)
2017-02-08 08:59:53 +00:00
Dmitry Belyaninov b3db3e1f64 Stdout for remote call fix
Wrong property used for the stdout analysis .
Also steps order fixed.

Change-Id: I56f465facdd3e3e4fd6b4e7aa61690214f3b254c
Partial-Bug: 1652030
(cherry picked from commit 0eb080905b)
2017-02-07 12:02:17 +00:00
Alexey Stepanov ea443c3cc2 Drop private API usage in pytest groups grab
use hook pytest_collection_finish
Related-bug: #1615962

Change-Id: I3a2cb1276a7621bf59b464930e280f5bc4786f1a
2016-08-23 16:42:35 +03:00
Alexey Stepanov 3ce8925e1c Replace execute_throw_host by devops implementation
SSHClient instance is already has this method
Blueprint: sshmanager-integration
Change-Id: I90ca8bc7675bfc6b70126f83fd4e6ec0e3e04d3a
2016-08-19 12:13:37 +03:00
Alexey Stepanov f8d4f2c5c3 run_on_remote, execute_remote_cmd and run_on_remote_get_results elimination
use SSHClient().check_call instead

Change-Id: I39f505c860d54558734bfe1efa173cefe54cf097
(cherry picked from commit aeb268c)
2016-08-12 13:45:40 +03:00
Alisa Tselovalnikova 8819e26868 Test compute rebooting after migration of fuel master
Test are checking functionality of Fuel Master node after the hard and warm
restarts of compute node where Fuel Master was migrated to.

Change-Id: I97b7743045254a76b0d2ccf67b42629d18d07738
Closes-Bug: #1581524
2016-08-02 18:21:28 +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
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