name: pep8 run_id: commands[0] env HOME: /home/zuul-worker env LANG: en_US.UTF-8 env PATH: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/bin:/home/zuul-worker/.local/bin:/home/zuul-worker/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONHASHSEED: 7421948 env PYTHONIOENCODING: utf-8 env TOX_ENV_DIR: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8 env TOX_ENV_NAME: pep8 env TOX_WORK_DIR: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox env VIRTUAL_ENV: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8 metadata pid: 26219 cwd: /home/zuul-worker/src/github.com/os-net-config/os-net-config allow: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/bin/*:stestr cmd: flake8 exit_code: 1 ./os_net_config/tests/test_validator.py:531:1: E305 expected 2 blank lines after class or function definition, found 0 >>>>>>> 4febfe7 (ifcfg: add ovs_extra support for Linux bonds) ^ ./os_net_config/tests/test_validator.py:531:1: E999 SyntaxError: invalid syntax >>>>>>> 4febfe7 (ifcfg: add ovs_extra support for Linux bonds) ^ ./os_net_config/tests/test_validator.py:531:7: E225 missing whitespace around operator >>>>>>> 4febfe7 (ifcfg: add ovs_extra support for Linux bonds) ^ ./os_net_config/tests/test_validator.py:531:16: E211 whitespace before '(' >>>>>>> 4febfe7 (ifcfg: add ovs_extra support for Linux bonds) ^ ./os_net_config/tests/test_validator.py:533:5: E113 unexpected indentation def test_nfvswitch_bridge(self): ^