Spdk/test/vhost/common
Dariusz Stojaczyk 4f5bf64af1 pep8: fix E305 (2 blank lines after functions)
pep8 2.2.0 fixes E305 check, which currently causes
our check_format.sh to fail.

Checking Python style... Python formatting errors detected
test/lvol/lvol_test.py:12:1: E305 expected 2 blank lines after class or
function definition, found 1
test/vhost/common/run_fio.py:160:1: E305 expected 2 blank lines after
class or function definition, found 1

E305 differs from E302 as follows:
* E302    expected 2 blank lines, found 0
* E305    expected 2 blank lines after end of function or class

Change-Id: I2f6c3e1fa9fcb1b2c6d26690c1c65f39d7447875
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/405208
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2018-03-27 00:59:37 -04:00
..
fio_jobs autotest: vhost_fio_test (porting from nightly to autotest) 2018-01-25 14:42:42 -05:00
autotest.config test/vhost: add support for running more than one vhost instance 2018-02-15 11:23:22 -05:00
common.sh test/vhost: use vm_is_running in vm_shutdown_all 2018-03-23 04:00:21 -04:00
run_fio.py pep8: fix E305 (2 blank lines after functions) 2018-03-27 00:59:37 -04:00
run_vhost.sh test/vhost: remove some ancient artifacts 2018-02-15 11:23:22 -05:00
vm_run.sh test/vhost: introduce notice, warning, error and fail message 2018-01-08 18:01:33 -05:00
vm_setup.sh test/vhost: add support for running more than one vhost instance 2018-02-15 11:23:22 -05:00
vm_shutdown.sh test/vhost: introduce notice, warning, error and fail message 2018-01-08 18:01:33 -05:00
vm_ssh.sh test/vhost: introduce notice, warning, error and fail message 2018-01-08 18:01:33 -05:00