fuel-qa/fuelweb_test/tests
Alexey Stepanov 92006f3204 Replace custom HTTPClient by standard keystoneauth1 session
1. Use keystoneauth1 for making session
2. Nailgun/OSTF client uses keystoneauth1 session
3. Drop HTTPClient
4. Support NailgunClient construction by providing session
5. Requests has on-demand authorization and re-authorization
    by keystoneauth1.

Pros:
* interface unification, after implementation of bugfix fr 1581024
  we could transparently switch the most methods
  from our implmentation to python-fuelclient implementation.
* Less decorators magic (@jsonparse is not required)

Blueprint: python-fuel-client-in-system-tests
Change-Id: Idc0c0b3b0039f64d852ea1a08e02a9c3ecd65c46
2016-07-11 14:06:16 +03:00
..
plugins Add test remove plugin from cluster while it enabled 2016-06-23 15:27:59 +03:00
tests_cli Fix nodes count in cli_deploy_ceph_neutron_vlan systest 2016-06-10 20:20:17 +03:00
tests_configdb ConfigDB API smoke test cases 2016-05-16 17:36:02 +03:00
tests_custom_graph Take into account states at deployment 2016-06-09 13:55:48 +03:00
tests_deployments Update docstring test descriptions 2016-04-05 15:38:15 +03:00
tests_extra_computes Normalize extra computes tests and add OL basic verification test 2016-05-24 16:18:25 +03:00
tests_ibp Add test for mcollective package version 2016-07-01 11:36:36 +03:00
tests_lcm Merge "Exclude tasks with attr 'no_puppet_run' from task coverage" 2016-06-07 12:54:12 +00:00
tests_mirrors Add retries on mirror creation 2016-05-10 16:43:45 +03:00
tests_multirole Update docstring test descriptions 2016-04-05 15:38:15 +03:00
tests_os_components Increase timeout for OSTF tests to 1hr 2016-05-13 13:36:34 +03:00
tests_patching Fix inspection issues 2016-05-10 11:54:55 +03:00
tests_scale Do not wait test fail on stop action 2016-05-16 18:18:37 +02:00
tests_security Python3 code compatibility: filter, map, zip 2016-03-18 10:44:09 +03:00
tests_separate_services Add comment for OSTF should_fail 2016-06-30 18:17:50 +03:00
tests_strength Merge "Migrate group thread_1 to pytest scope" 2016-06-29 10:43:40 +00:00
tests_uca Fix UCA tests 2016-06-06 10:01:59 -06:00
tests_upgrade Merge "Run octane fuel-restore in silent mode" 2016-07-06 10:07:59 +00:00
__init__.py System tests movement from fuel-main 2015-02-06 11:44:08 +02:00
base_test_case.py Merge "Add option to setup centos master node in get_ready_setup method" 2016-07-01 12:19:11 +00:00
cluster_configs.yaml Add Unlock settings tab test 2016-05-25 16:57:57 +03:00
test_admin_node.py Migrate group thread_1 to pytest scope 2016-06-02 13:14:06 +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 Replace assert_raises with try: except: 2016-05-12 14:20:27 +03:00
test_bonding_base.py Test network bonding with DPDK 2016-04-28 10:20:17 +03:00
test_ceph.py Fix instance volume mount script creation 2016-06-07 11:02:54 +03:00
test_cgroups.py Rerun set of tasks to update hiera info before start 'cgroups' task 2016-05-12 22:42:17 +03:00
test_cli.py Change node order for test_cli_huge 2016-06-09 11:49:21 +03:00
test_cli_base.py move from fuel to fuel2 client in get_task methods 2016-06-21 17:24:29 +03:00
test_clone_env.py Fix inspection issues 2016-05-10 11:54:55 +03:00
test_cpu_pinning.py Merge "Add tests for redeploy env with unpinned CPUs" 2016-05-12 08:42:07 +00:00
test_custom_hostname.py Fix inspection issues 2016-05-10 11:54:55 +03:00
test_dpdk.py Fix type error in test for DPDK 2016-05-17 10:54:16 +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 Replace custom HTTPClient by standard keystoneauth1 session 2016-07-11 14:06:16 +03:00
test_ha_one_controller_base.py Add checker check_free_space 2016-05-09 12:34:59 +02:00
test_ironic_base.py Merge "Change decorators to avoid double test run" 2016-06-14 16:05:03 +00:00
test_jumbo_frames.py Quick logic fix for MTU 2016-04-19 21:41:40 +03:00
test_manual_vip_allocation.py Fix manual vip allocation tests 2016-05-17 11:41:33 +03:00
test_multipath_devices.py Decorate multipath tests with log_snapshot_after_test 2016-07-01 00:02:41 +03:00
test_multiple_networks.py Add sleep after reset to detect offline nodes 2016-06-02 10:34:37 +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 Migrate group thread_1 to pytest scope 2016-06-02 13:14:06 +03:00
test_neutron_ipv6.py Migrate group thread_1 to pytest scope 2016-06-02 13:14:06 +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 Merge "Remove unnecessary time sync" 2016-05-19 11:34:19 +00:00
test_neutron_tun_base.py Deduplicate code in Neutron tests 2016-05-17 15:13:24 +03:00
test_node_reassignment.py Fix inspection issues 2016-05-10 11:54:55 +03:00
test_node_reinstallation.py Fix 'mongo_mysql_partition_preservation' test 2016-06-16 22:05:07 +00:00
test_offloading_types.py Fix offloading checker 2016-07-06 14:34:43 +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_services.py Support Murano plugin in fuel-qa framework 2016-06-10 21:22:47 +03:00
test_services_reconfiguration.py Change checkers of config's applying order 2016-05-31 16:34:20 +03:00
test_ssl.py Fix inspection issues 2016-05-10 11:54:55 +03:00
test_states_unlock_settings_tab.py Dirty fix for swarm reporter 2016-06-01 19:52:07 +03:00
test_support_hugepages.py Fix formating of non-default values 2016-05-17 16:08:59 +03:00
test_ubuntu_bootstrap.py Replace network verification task with full check 2016-05-26 14:08:01 +03:00
test_unlock_settings_tab.py Add Unlock settings tab test 2016-05-25 16:57:57 +03:00
test_vcenter.py Pylint: fix trivial issues 9 2016-03-22 13:07:03 +03:00