Commit Graph

60 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
Igor Gajsin a0838e91a9 remove vmware
VMware not supported since Fuel 10. So we should stop test it.

Change-Id: I5996520ded3419fd2ce2cb1e76056eed157bfffb
Implements: blueprint remove-vmware
2017-02-15 11:03:42 +03:00
Artem Grechanichenko 3faf7d9798 Add check that calculated space to filling not "negative"
To calculate space to filling on root partition to activate rabbit
alarm need to calculate left space on root and take away additional 6M.
If calculated valute less than 0 - skip this action.

Change-Id: I901833d4211789672b6cedd12db80ac8a92f8d5d
Closes-Bug: #1631928
2016-10-13 13:15:16 +03:00
Jenkins 7892e9b588 Merge "[vCenter] Minor fixes for vCenter suite" 2016-10-06 08:52:34 +00:00
ibumarskov 4e9ccac415 [vCenter] Minor fixes for vCenter suite
* Increase timeout for creation instances
* Fix DVS parameters for scale tests
* CERT_BYBASS value should be boolean
* PROGRESS_TO_STOP value should be integer

Change-Id: I56e955bd1925f9280e2c54957b4c8a6b50e1bcc5
(cherry picked from commit aaca57a4d6)
2016-09-29 09:12:40 +00:00
Alexey Stepanov 0649c4fd20 Replace deprecated constants by direct usage
self.d_env.admin_net = 'admin'
'nat_interface' = ''
This patch is reduces warnings amount during
tests run on fuel-devops 3.0.3+

Change-Id: I2bf54952bff79b9483c121a78383e136bcd2a351
2016-09-29 11:53:50 +03:00
ibumarskov f35cbf50f9 Implementation of TC with uploading CA bundle file for vCenter
Change-Id: I9339801647a7083c6c629a92416ab7f866606e75
Closes-bug: #1623864
Blueprint: custom-ca-bundle-verify-vcenter-cert
(cherry picked from commit fbc83fa059)
2016-09-22 08:46:09 +00:00
Jenkins cee32166f9 Merge "Add tests for vCenter cluster actions" 2016-09-08 16:50:04 +00:00
ekhomyakova 10c8cf7fc1 Add tests for vCenter cluster actions
Test cases:
1. Reset and redeploy cluster with vCenter after succesfull deployment
2. Stop and redeploy cluster with vCenter with new parameters
3. Redeploy cluster with vCenter after failed deployment

Closes-Bug: #1612578
Change-Id: Ia0de031e9c6d7a72f126a28b8e150496350c5a87
2016-09-02 16:34:30 +03:00
ibumarskov 06cee3fd77 Add tests with changing of vSphere cluster configuration
Change-Id: Iddad9ea9127ce46eab94d3b3f74d828f53aad8df
Closes-bug: #1612584
2016-08-26 13:49:50 +00: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
ibumarskov 89db499ebd Add test for checking HA after scaling of vCenter enviroment
Change-Id: I7a0f3c47e1029894e811bc886c32b04c5773a3de
Closes-bug: #1611820
2016-08-17 14:16:35 +00:00
Alexey Stepanov 699ce6c249 Fix misprint in remote.check_call
Fix misprint in remote.check_call
Closes-bug: #1614004

Change-Id: Ic19efd0c690a51c04679132059e4de2da5612870
2016-08-17 12:12:19 +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
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
Maksym Strukov 951d250b1d Fix filling_root test
As running resources on controller may be not equal as at beginning
of the test, let's use 'Check pacemaker status' sanity OSTF test.

Change-Id: I6ad59702fb04d5f7b2fb97cc257b763c53ee2fc7
Closes-Bug: #1584097
2016-07-12 23:12:28 +03:00
Anton Studenov ef2ace7f65 Add timeout_msg values in fuelweb_test and system_test
- added waiters for node status
- removed redundant try/except/assert

Related blueprint: fuel-qa-failure-reason-grouping
Change-Id: I06ccac42856712d1f9afe64402d34aeba3c07af6
2016-07-11 15:14:36 +03:00
ekhomyakova a339f77220 Fix failover tests for vCenter
Change-Id: I467b1914a4b334a0370f14f9f578c367b752ee89
Related-bug: #1575742
2016-05-26 17:10:52 +03:00
ekhomyakova 65d44cb6a1 Added failover tests for vCenter
Change-Id: I6b0a3691223fbd89fe46667243b48b1398e936c2
Closes-bug: #1575742
2016-05-20 14:50:25 +03:00
Ilya Bumarskov b2a521336e Fix scale tests for vCenter
Change-Id: Ia1530ba3e562592b1c0fdf32dc9de370c1370d2f
Closes-bug: #1581464
2016-05-18 12:14:49 +00:00
Jenkins cec46a07ad Merge "vCenter tests with OpenStack actions for cinder and nova" 2016-05-12 09:56:07 +00:00
Jenkins 922ad208f2 Merge "Change the parameter" 2016-05-12 09:26:13 +00:00
Jenkins c338ff1cef Merge "Add neutron-qos parameter" 2016-05-12 09:24:42 +00:00
Ilya Bumarskov 0811713cc7 vCenter tests with OpenStack actions for cinder and nova
Change-Id: If98635479026b4df60354904e543b18d3abc81d4
Closes-bug: #1570048
2016-05-11 17:14:36 +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
Georgy Dyuldin eb3827e659 Add neutron-qos parameter
This patch adds possibility to deploy environment with enabled Neutron
QoS parameter

Implements: blueprint test-neutron-qos

Change-Id: Ifafbc5ad7fa743e2d3bb581ea2e3cce925aa5450
2016-05-07 11:03:52 +03:00
Egor Kotko cd328ac3e0 Change the parameter
Change giving to method (parse_pcs_status_xml)
parameter from remote to ip address

Change-Id: Idda3a5912445b4fb46dee69a2ee166284462db8f
Closes-bug: #1570943
2016-05-05 18:52:57 +02:00
Artem Grechanichenko fa522254a4 template-based test for fuel installation on Centos node
Add test for testing Separate master node deployment
on pre-provisioned Centos 7 server

Change-Id: I9b9d40a59d24f579502a38dfc9b8c142bc219a06
Closes-Bug: #1575650
2016-05-04 09:57:31 +03:00
Ilya Bumarskov 2dc510fe14 Fix for enable DVS plugin
Change-Id: Ie5c0556f919f517b8d370bdda47c8e84e2f03631
Closes-bug: #1577686
2016-05-03 11:19:32 +03:00
Jenkins c9e6490bf2 Merge "Refactor Setup_environment" 2016-04-29 11:25:18 +00:00
Jenkins 792043f94a Merge "Updating SkipTest() with error messages" 2016-04-29 09:08:57 +00: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
Jenkins 94be319c17 Merge "Revert "Remove murano from cluster_settings for system_tests"" 2016-04-28 11:08:14 +00:00
Maksym Strukov 75c35894a2 Updating SkipTest() with error messages
Change-Id: I1d11bd25f9d40c2f9289bd4c68f00aca04ff4733
Closes-Bug: #1515601
2016-04-28 12:54:59 +03:00
Victor Ryzhenkin 36e5c016cd Revert "Remove murano from cluster_settings for system_tests"
This reverts commit 84856f39cc.

Murano still available out of the box and we need to test it.

Closes-Bug: #1572975
Change-Id: I16d9cefea40c78c318ac6bc6f796ac513d5b3012
2016-04-21 11:34:26 +00:00
Dmitriy Kruglov ac04cb9c94 Fix fuel master node migration test
- Move assigned_slaves attribute from class scope of BaseActions
class to instance scope of ActionTest class. This is to have this
attribute reset before each template based test of the same run
(otherwise it brings slave info from the 1st test to 2nd and so on).
- Add waiting for cluster nodes to be online after migration.

Change-Id: Ie6e6df4932603e84f66023c6843d58a0d9470f68
Partial-Bug: #1559050
2016-04-21 09:02:27 +00:00
Ilya Bumarskov be282374d9 Check public ip and gw for vmware related roles
Change-Id: I07d6d3e53e729c5a99c6a1685882cb5bcce22ea1
Closes-bug: #1569387
2016-04-14 12:54:59 +03:00
Jenkins 811af16f46 Merge "vCenter functional tests" 2016-04-12 08:58:13 +00:00
Jenkins 6b57bf9764 Merge "Add new integration tests for vCenter 9.0" 2016-04-12 08:57:55 +00:00
Ilya Bumarskov 9307ef7e18 vCenter functional tests
Were added following vCenter tests:
- Deploy vmware roles with custom hostname
- Check vmware settings in nova configs
- Check nova services
- Check cinder-vmware services

Closes-bug: #1567815

Change-Id: I51f0ffffe131f4bfd6336a81ee99fc87bb621063
2016-04-08 14:40:38 +03:00
Ilya Bumarskov ecb2d140db Add new integration tests for vCenter 9.0
Was fixed test with deletion of controller node.
New integration tests were added:
- vcenter_multiroles_computevmware_cindervmvare
- vcenter_add_computevmware
- vcenter_delete_computevmware

Closes-bug: #1567813

Change-Id: Id2cd44077537c51722e3da947dbef227d6f562e8
2016-04-08 13:27:04 +03:00
Jenkins 4e6dde25cc Merge "Revert "Fix fuel master node migration test"" 2016-04-06 08:08:46 +00:00
Nastya Urlapova f6ca539ea6 Revert "Fix fuel master node migration test"
This reverts commit dd7f148f57.

Change-Id: I1f15fe6ef4e48bdceca2ec04e44e956d64e21098
2016-04-06 07:58:06 +00:00
Jenkins c946af5fb2 Merge "Fixed issue with incorrect release name for templated cases" 2016-04-06 07:51:13 +00:00
NastyaUrlapova a20dd96603 Fixed issue with incorrect release name for templated cases
Since moment when UCA support functionality was merged,
the default logic for release was updated in Fuel-QA.
This patch introduces the same logic for templated cases.

Change-Id: I823571e0d95f6d7a788c0ca2f50ea98e60c868f6
Closes-Bug: #1562859
2016-04-05 15:53:54 +03:00
Dmitriy Kruglov dd7f148f57 Fix fuel master node migration test
- Move assigned_slaves attribute from class scope of BaseActions
class to instance scope of ActionTest class. This is to have this
attribute reset before each template based test of the same run
(otherwise it brings slave info from the 1st test to 2nd and so on).
- Add waiting for cluster nodes to be online after migration.

Change-Id: Iafa38f0f3cfdaa04551ffbcdf6bdfacbdd0abedb
Partial-Bug: #1559050
2016-04-05 09:07:48 +00:00
Ilya Bumarskov 3bd6269b32 Update vCenter tests for DVS plugin 3.0.0
vCenter tests were updated for 9.0 release.

Change-Id: Ib3960a1169af83896b6bfccee78e9012fc40b870
2016-03-30 10:38:17 +03:00
Jenkins ca50c2f7a5 Merge "Python3 code compatibility: division, round" 2016-03-23 11:30:40 +00:00
Alexey Stepanov 84856f39cc Remove murano from cluster_settings for system_tests
Remove murano from cluster settings for system_tests
Closes-bug: #1546080

Change-Id: I3def754690c591dfaccf53ce193de73dd5e6c0d2
2016-03-22 19:20:54 +03:00
Alexey Stepanov ed07d4aae7 Python3 code compatibility: division, round
Make division transparent-compatible (from __future__ import division, // for strict int result)
Do not use round due to different types of result objects

blueprint fuel-qa-python3-compatibility
Related-bug: #1556791

Change-Id: I7bb173c6f97ac046af45c3f52cc32846a93a8981
2016-03-22 17:56:24 +03:00