ceph/qa/tasks
Rishabh Dave ea1432810c qa/cephfs: look for mountpoint in cmdline file
Look for self.mountpoint in the contents of /proc/<pid>/cmdline file
when finding asok file for the client so that vstart_runner.py won't end
up picking asok file for a client not created in current run.

This usually never happens so far because PID of newly created processes
is higher than that of previously created processes and list of asok
files returned by "glob.glob(asok_path)" in find_socket() is in
descending order of PIDs.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
2020-06-01 23:53:02 +05:30
..
cephfs qa/cephfs: look for mountpoint in cmdline file 2020-06-01 23:53:02 +05:30
mgr Merge pull request #35012 from tchaikov/wip-45147 2020-05-27 21:59:37 +08:00
tests qa/cephadm: Add local registry mirror 2020-05-26 17:38:39 +02: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 qa: Run flake8 on python2 and python3 2019-12-13 09:24:20 +01:00
aver.py
barbican.py qa/tasks/barbican.py: convert to str before json.loads() 2020-04-07 21:51:23 +08:00
blktrace.py qa: get rid of iteritems for python3 compatibility 2019-10-15 11:27:39 +02:00
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 qa: get rid of iteritems for python3 compatibility 2019-10-15 11:27:39 +02:00
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/vstart_runner: add unsharing network namespace support 2020-04-14 07:47:03 -04:00
ceph_manager.py qa/tasks/ceph_manager.py: do not return a filter 2020-04-08 11:02:29 +08:00
ceph_objectstore_tool.py qa/tasks/ceph_objectstore_tool.py: use str.startswit 2020-04-08 12:32:56 +08:00
ceph_test_case.py qa: manage config changes through mons 2020-02-13 07:51:09 -08:00
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 qa/tasks/ceph2 -> cephadm 2019-12-11 19:14:24 -06:00
cephadm.py qa/tasks/cephadm: Add check fox already set image 2020-05-28 17:15:59 +02:00
cephfs_test_runner.py qa/tasks/cephfs_test_runner: setattr to class not instance 2020-01-09 20:48:23 +08:00
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 qa: Enable flake8 tox and fix failures 2019-12-12 10:21:01 +01:00
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 qa: Enable flake8 tox and fix failures 2019-12-12 10:21:01 +01:00
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: logger.warn() -> logger.warning() 2020-05-13 17:18:13 -06: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: use py3 compat list from range 2020-05-18 12:57:43 -07: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 qa/tasks: fix import module path for py3 compat 2020-03-04 13:09:16 +08:00
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 qa/tasks/openssl_keys.py: sort cert configs before creating certs 2020-04-08 21:07:07 +08:00
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 qa: get rid of iterkeys for py3 compatibility 2019-10-11 18:54:29 +02:00
qemu.py qa/tasks/qemu: open file in text mode 2020-05-01 16:55:45 +08: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.py: coerce key.name and key.acl to str 2020-04-07 21:51:23 +08:00
ragweed.py qa/tasks/ragweed.py: open file in text mode 2020-04-07 21:51:23 +08:00
rbd_fio.py qa/tasks/rbd_fio: update NamedTemporaryFile usage for python3 2020-04-28 23:38:05 +02:00
rbd_fsx.py qa: Enable flake8 tox and fix failures 2019-12-12 10:21:01 +01:00
rbd_mirror_thrash.py qa: Enable flake8 tox and fix failures 2019-12-12 10:21:01 +01:00
rbd_mirror.py qa: import with full path 2020-03-24 18:27:55 +08:00
rbd.py qa/tasks/rbd: update NamedTemporaryFile usage for python3 2020-04-28 23:22:17 +02: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 qa: get rid of iterkeys for py3 compatibility 2019-10-11 18:54:29 +02:00
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/rgw: allow the rgw teuthology task to capture/set dns names 2020-05-04 13:55:00 -04:00
s3a_hadoop.py qa: s3a-hadoop: fix user creation 2020-01-28 10:20:39 -08:00
s3tests_java.py qa/tasks/s3tests_java.py: do not change a dict while iterating it 2020-04-07 21:51:23 +08:00
s3tests.py qa/tasks/s3tests: py3 compat 2020-03-06 10:19:55 +01:00
samba.py qa: Run flake8 on python2 and python3 2019-12-13 09:24:20 +01:00
scrub_test.py qa: import with full path 2020-03-24 18:27:55 +08:00
scrub.py qa/tasks: fix imports for py3 compatibility 2020-03-04 13:09:16 +08:00
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 qa: get rid of iteritems for python3 compatibility 2019-10-15 11:27:39 +02:00
thrash_pool_snaps.py
thrasher.py qa/tasks: Fixed AttributeError: can't set attribute 2019-11-27 08:30:58 +05:30
thrashosds-health.yaml qa/tasks/thrashosds-health: disable osd_max_markdown behavior 2020-02-28 03:05:45 -06:00
thrashosds.py qa/tasks: logger.warn() -> logger.warning() 2020-05-13 17:18:13 -06:00
tox.py qa: Enable flake8 tox and fix failures 2019-12-12 10:21:01 +01:00
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 vstart_runner: set mounted to True at the end of mount() 2020-05-27 14:45:59 +05:30
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