fuel-qa/fuelweb_test/tests
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
..
plugins Fix inspection issues 2016-05-10 11:54:55 +03:00
tests_cli Merge "Decrement should_fail tests for nova services" 2016-04-27 10:04:44 +00:00
tests_deployments Update docstring test descriptions 2016-04-05 15:38:15 +03:00
tests_lcm Add tests for tasks ensurability 2016-05-02 10:13:26 +00:00
tests_mirrors Update docstring test descriptions 2016-04-05 15:38:15 +03:00
tests_multirole Update docstring test descriptions 2016-04-05 15:38:15 +03:00
tests_os_components Merge "Revert "Disable Murano tests"" 2016-04-26 08:43:59 +00:00
tests_patching Fix inspection issues 2016-05-10 11:54:55 +03:00
tests_scale Fix inspection issues 2016-05-10 11:54:55 +03:00
tests_security Python3 code compatibility: filter, map, zip 2016-03-18 10:44:09 +03:00
tests_separate_services Decrement should_fail tests for nova services 2016-04-25 10:27:58 +03:00
tests_strength Fix inspection issues 2016-05-10 11:54:55 +03:00
tests_uca Extend tests for UCA deployment 2016-04-29 07:48:32 +00:00
tests_upgrade Refactor Setup_environment 2016-04-29 07:46:35 +00:00
__init__.py System tests movement from fuel-main 2015-02-06 11:44:08 +02:00
base_test_case.py template-based test for fuel installation on Centos node 2016-05-04 09:57:31 +03:00
test_admin_node.py Fix inspection issues 2016-05-10 11:54:55 +03:00
test_backup_restore.py Refactor Setup_environment 2016-04-29 07:46:35 +00:00
test_bond_offloading.py Pylint: fix trivial issues 8 2016-03-18 10:35:15 +03:00
test_bonding.py Fix inspection issues 2016-05-10 11:54:55 +03:00
test_bonding_base.py Test network bonding with DPDK 2016-04-28 10:20:17 +03:00
test_ceph.py Add extra computes failover tests 2016-03-24 17:51:10 +00:00
test_cgroups.py Fix pylint issues in test_cgroups 2016-03-29 11:13:35 +03:00
test_cli.py Merge "Check tasks status after cluster deployment" 2016-04-28 14:31:42 +00:00
test_cli_base.py Fix inspection issues 2016-05-10 11:54:55 +03:00
test_clone_env.py Fix inspection issues 2016-05-10 11:54:55 +03:00
test_cpu_pinning.py Fix inspection issues 2016-05-10 11:54:55 +03:00
test_custom_hostname.py Fix inspection issues 2016-05-10 11:54:55 +03:00
test_dpdk.py Test network bonding with DPDK 2016-04-28 10:20:17 +03:00
test_environment_action.py Merge "Decrement should_fail tests for nova services" 2016-04-27 10:04:44 +00:00
test_ha_one_controller.py Merge "Revert "Disable Murano tests"" 2016-04-26 08:43:59 +00:00
test_ha_one_controller_base.py Use Fuel default network provider instead of hardcoded in tests 2015-12-05 02:23:55 +02:00
test_ironic_base.py Pylint: fix trivial issues 2 2016-03-16 10:30:31 +03:00
test_jumbo_frames.py Quick logic fix for MTU 2016-04-19 21:41:40 +03:00
test_manual_vip_allocation.py Add support devops 3.0 into fuel-qa 2016-04-21 10:12:52 +00:00
test_multiple_networks.py Updating SkipTest() with error messages 2016-04-28 12:54:59 +03:00
test_net_templates.py Move two_nodegroups_network_templates to own group 2016-03-29 13:07:15 +03:00
test_net_templates_base.py Move two_nodegroups_network_templates to own group 2016-03-29 13:07:15 +03:00
test_net_templates_multiple_networks.py Add common group name for multiple net test 2016-03-30 18:27:07 +03:00
test_neutron.py Remove unused asserts 2016-03-21 19:46:25 +02:00
test_neutron_ipv6.py Tests for IPv6 support in neutron 2016-01-15 20:15:44 +03:00
test_neutron_public.py refactoring nova ha system tests to use neutron network manager 2015-08-04 16:29:50 +03:00
test_neutron_tun.py Decrement should_fail tests for nova services 2016-04-25 10:27:58 +03:00
test_neutron_tun_base.py Pylint: fix trivial issues 3 2016-03-16 10:31:18 +03:00
test_node_reassignment.py Fix inspection issues 2016-05-10 11:54:55 +03:00
test_node_reinstallation.py Pylint: fix trivial issues 8 2016-03-18 10:35:15 +03:00
test_offloading_types.py Pylint: fix trivial issues 8 2016-03-18 10:35:15 +03:00
test_os_upgrade.py Updating SkipTest() with error messages 2016-04-28 12:54:59 +03:00
test_pullrequest.py Use Fuel default network provider instead of hardcoded in tests 2015-12-05 02:23:55 +02:00
test_reduced_footprint.py Add wait for feature_group enabled 2016-01-13 08:23:21 +00:00
test_rh_compute.py Add extra computes failover tests 2016-03-24 17:51:10 +00:00
test_services.py Merge "Revert "Disable Murano tests"" 2016-04-26 08:43:59 +00:00
test_services_reconfiguration.py Fix inspection issues 2016-05-10 11:54:55 +03:00
test_ssl.py Fix inspection issues 2016-05-10 11:54:55 +03:00
test_support_hugepages.py Add tests for HugePages feature 2016-04-27 14:53:34 +03:00
test_ubuntu_bootstrap.py Updating SkipTest() with error messages 2016-04-28 12:54:59 +03:00
test_vcenter.py Pylint: fix trivial issues 9 2016-03-22 13:07:03 +03:00