ceph/qa/tasks
Kefu Chai 5ef3a5fe32 qa/tasks/tempest.py: always write str is value of options
in Python2, ConfigParser is almost the same as RawConfigParser, which
allows set non-string values, but in Python3, ConfigParser.set() only
accepts strings as value of option.

since we do not use "cpar" as an internal storage for options, it does
not matter what type of options we set using ConfigParser as long as it
can be consumed by tempest. boolean settings are translated to "true" or
"false". see also
https://docs.openstack.org/tempest/latest/sampleconf.html

Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-04-07 21:51:23 +08:00
..
cephfs qa/tasks/cephfs/test_cephfs_shell: assertRegex(text, regex) 2020-04-07 21:51:23 +08:00
mgr qa/tasks: use next(iter(..)) for accessing first element in a view 2020-04-07 20:33:47 +08:00
tests qa: import py3 compatible modules using six 2020-03-24 18:27:55 +08:00
util qa/tasks/util/rgw: use StringIO for capturing strings 2020-04-07 21:51:23 +08:00
__init__.py
admin_socket.py qa/tasks/admin_socket: get rid of cStringIO for py3 2020-03-04 13:09:17 +08:00
autotest.py
aver.py
barbican.py qa/tasks: use next(iter(..)) for accessing first element in a view 2020-04-07 20:33:47 +08:00
blktrace.py
boto.cfg.template
cbt.py qa/tasks: use next(iter(..)) for accessing first element in a view 2020-04-07 20:33:47 +08:00
ceph_client.py
ceph_deploy.py qa/tasks/ceph_deploy: get rid of cStringIO for py3 2020-03-04 13:09:17 +08:00
ceph_fuse.py qa/tasks/ceph_fuse: fix import for py3 2020-03-06 10:19:55 +01:00
ceph_manager.py qa/tasks: use StringIO for capturing string output 2020-04-07 21:51:22 +08:00
ceph_objectstore_tool.py qa/tasks: use next(iter(..)) for accessing first element in a view 2020-04-07 20:33:47 +08:00
ceph_test_case.py
ceph.conf.template mon/OSDMonitor: add flag --yes-i-really-mean-it for setting pool size 1 2020-03-09 23:27:36 +05:30
ceph.py qa/tasks/ceph.py: fail test if osd devices not found 2020-03-25 09:35:01 +01:00
cephadm.conf
cephadm.py qa/tasks: use StringIO for capturing string output 2020-04-07 21:51:22 +08:00
cephfs_test_runner.py
cephfs_upgrade_snap.py
check_counter.py qa/tasks: use next(iter(..)) for accessing first element in a view 2020-04-07 20:33:47 +08:00
cifs_mount.py
cram.py qa: import with full path 2020-03-24 18:27:55 +08:00
create_verify_lfn_objects.py
daemonwatchdog.py qa/tasks/daemonwatchdog: py3 compat 2020-03-04 13:09:16 +08:00
devstack.py qa/tasks: use next(iter(..)) for accessing first element in a view 2020-04-07 20:33:47 +08:00
die_on_err.py qa: import with full path 2020-03-24 18:27:55 +08:00
divergent_priors2.py qa: import with full path 2020-03-24 18:27:55 +08:00
divergent_priors.py qa: import with full path 2020-03-24 18:27:55 +08:00
dnsmasq.py qa/tasks: use next(iter(..)) for accessing first element in a view 2020-04-07 20:33:47 +08:00
dump_stuck.py qa: import with full path 2020-03-24 18:27:55 +08:00
ec_lost_unfound.py qa: import with full path 2020-03-24 18:27:55 +08:00
exec_on_cleanup.py
filestore_idempotent.py qa/tasks: use next(iter(..)) for accessing first element in a view 2020-04-07 20:33:47 +08:00
fs.py qa/tasks/fs.py: use six.viewitems() 2020-04-07 21:51:22 +08:00
kclient.py qa/tasks/kclient: fix import for py3 2020-03-06 10:19:55 +01:00
keystone.py qa/tasks/keystone.py: use list(a_dict) for concatenating lists 2020-04-07 21:51:23 +08:00
locktest.py
logrotate.conf
lost_unfound.py qa: import with full path 2020-03-24 18:27:55 +08:00
manypools.py qa/tasks/manypools: get rid of itervalues for py3 compat 2020-03-04 13:09:17 +08:00
mds_creation_failure.py qa: import with full path 2020-03-24 18:27:55 +08:00
mds_pre_upgrade.py
mds_thrash.py qa: import with full path 2020-03-24 18:27:55 +08:00
metadata.yaml
mon_clock_skew_check.py qa: import with full path 2020-03-24 18:27:55 +08:00
mon_recovery.py qa/tasks: use "a // b" instead of "a / b" 2020-04-07 20:33:47 +08:00
mon_thrash.py
multibench.py qa: import with full path 2020-03-24 18:27:55 +08:00
netem.py qa/tasks/netem: get rid of cStringIO for py3 2020-03-04 13:09:17 +08:00
object_source_down.py qa: import with full path 2020-03-24 18:27:55 +08:00
omapbench.py qa/tasks/omapbench: get rid of itervalues for py3 2020-03-04 13:09:16 +08:00
openssl_keys.py
osd_backfill.py qa: import with full path 2020-03-24 18:27:55 +08:00
osd_failsafe_enospc.py qa: import with full path 2020-03-24 18:27:55 +08:00
osd_max_pg_per_osd.py qa/tasks/osd_max_pg_per_osd: get rid of itervalues for py3 2020-03-04 13:09:16 +08:00
osd_recovery.py qa: import with full path 2020-03-24 18:27:55 +08:00
peer.py qa: import with full path 2020-03-24 18:27:55 +08:00
peering_speed_test.py qa: import with full path 2020-03-24 18:27:55 +08:00
populate_rbd_pool.py
qemu.py Merge pull request #34072 from shangdehao1/fix_nfs_bug 2020-04-04 09:45:49 -04:00
rados.py qa/tasks: use "a // b" instead of "a / b" 2020-04-07 20:33:47 +08:00
radosbench.py suites/rados/thrash: add rados-high-concurrency 2020-03-19 08:15:02 +08:00
radosbenchsweep.py qa/tasks/radosbenchsweep: get rid of cStringIO for py3 2020-03-04 13:09:17 +08:00
radosgw_admin_rest.py qa/tasks: use next(iter(..)) for accessing first element in a view 2020-04-07 20:33:47 +08:00
radosgw_admin.py qa/tasks/radosgw_admin: use HTTPMessage as a dict in PY3 2020-04-07 21:51:23 +08:00
ragweed.py qa/tasks/ragweed.py: use str methods of helper from string module 2020-04-07 21:51:23 +08:00
rbd_fio.py qa/tasks/rbd_fio: get rid of StringIO for py3 2020-03-06 10:19:55 +01:00
rbd_fsx.py
rbd_mirror_thrash.py
rbd_mirror.py qa: import with full path 2020-03-24 18:27:55 +08:00
rbd.py qa/tasks/rbd: get rid of cStringIO for py3 2020-03-06 10:19:55 +01:00
rebuild_mondb.py qa: import with full path 2020-03-24 18:27:55 +08:00
reg11184.py qa: import with full path 2020-03-24 18:27:55 +08:00
rep_lost_unfound_delete.py qa: import with full path 2020-03-24 18:27:55 +08:00
repair_test.py
resolve_stuck_peering.py qa: import with full path 2020-03-24 18:27:55 +08:00
restart.py qa: Fix problems detected by mypy 2020-03-05 06:53:31 +01:00
rgw_logsocket.py qa: import with full path 2020-03-24 18:27:55 +08:00
rgw_multi
rgw_multisite_tests.py qa: import with full path 2020-03-24 18:27:55 +08:00
rgw_multisite.py qa: import with full path 2020-03-24 18:27:55 +08:00
rgw.py qa/tasks/rgw: fix imports for py3 2020-03-06 10:19:55 +01:00
s3a_hadoop.py
s3tests_java.py qa/tasks/s3tests_java: get rid of cStringIO 2020-03-06 10:19:55 +01:00
s3tests.py qa/tasks/s3tests: py3 compat 2020-03-06 10:19:55 +01:00
samba.py
scrub_test.py qa: import with full path 2020-03-24 18:27:55 +08:00
scrub.py
systemd.py qa/tasks/systemd: get rid of cStringIO for py3 2020-03-04 13:09:17 +08:00
tempest.py qa/tasks/tempest.py: always write str is value of options 2020-04-07 21:51:23 +08:00
teuthology_integration.py
tgt.py
thrash_pool_snaps.py
thrasher.py
thrashosds-health.yaml
thrashosds.py
tox.py
userdata_setup.yaml
userdata_teardown.yaml
vault.py qa/tasks: use next(iter(..)) for accessing first element in a view 2020-04-07 20:33:47 +08:00
vstart_runner.py Revert "qa/cephfs: move run_shell and related methods to mount.py" 2020-04-03 02:24:48 +00:00
watch_notify_same_primary.py qa/tasks: use StringIO for capturing string output 2020-04-07 21:51:22 +08:00
watch_notify_stress.py qa: import with full path 2020-03-24 18:27:55 +08:00
workunit.py qa: Fix problems detected by mypy 2020-03-05 06:53:31 +01:00