summaryrefslogtreecommitdiffstats
path: root/tests/basic/old-protocol.t
Commit message (Collapse)AuthorAgeFilesLines
* protocol: add an option to force using old-protocolAmar Tumballi2019-04-101-0/+31
As protocol implements every fop, and in general a large part of the codebase. Considering our regression is run mostly in 1 machine, there was no way of forcing the client to use old protocol (while new one is available). With this patch, a new 'testing' option is provided which forces client to use old protocol if found. This should help increase the code coverage by at least 10k lines overall. updates: bz#1693692 Change-Id: Ie45256f7dea250671b689c72b4b6f25037cef948 Signed-off-by: Amar Tumballi <amarts@redhat.com>