numam-spdk/test/vhost
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
..
common pep8: fix E305 (2 blank lines after functions) 2018-03-27 00:59:37 -04:00
ext4test vhost_test: update vhost ext4test for spdk vhost 2017-03-24 14:23:12 -07:00
fiotest test/vhost: add support for running more than one vhost instance 2018-02-15 11:23:22 -05:00
hotplug test/vhost: Enable newest changes in vhost scsi hotremove tests 2018-03-23 04:17:52 -04:00
initiator test/virtio: Adds vhost block controllers to virtio tests 2018-03-02 13:41:38 -05:00
integrity test/vhost: remove virsh use from filesystem test 2018-03-23 04:08:28 -04:00
lvol bdev: Added functions allowing logical volume rename. 2018-02-16 16:21:20 -05:00
migration test/migration: debug VM shutdown issue 2018-03-09 12:07:19 -05:00
other test/vhost: introduce notice, warning, error and fail message 2018-01-08 18:01:33 -05:00
readonly test/common: Enable script debugging in readonly and pmem test 2018-03-07 19:12:06 -05:00
spdk_vhost.sh test/vhost: remove virsh use from filesystem test 2018-03-23 04:08:28 -04:00
test_plan.md test/vhost: remove virsh use from filesystem test 2018-03-23 04:08:28 -04:00