Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-networking-sfc.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-88580-645357/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '274f4d9b812e471e90fd92d1585797db', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-88580-645357/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-networking-sfc.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-networking-sfc-9.0.1-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-networking-sfc.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-88580-645357/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '8f912982f0cc43fea7e47b1622512b53', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-88580-645357/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-networking-sfc.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JMHUBE + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf networking-sfc-9.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/networking-sfc-9.0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd networking-sfc-9.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-networking-sfc-9.0.1 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + rm -rf networking-sfc.egg-info + rm -rf networking_sfc/tests/unit/cli + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DugIr2 + umask 022 + cd /builddir/build/BUILD + cd networking-sfc-9.0.1 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/networking_sfc creating build/lib/networking_sfc/tests creating build/lib/networking_sfc/tests/unit creating build/lib/networking_sfc/tests/unit/services creating build/lib/networking_sfc/tests/unit/services/sfc creating build/lib/networking_sfc/tests/unit/services/sfc/agent copying networking_sfc/tests/unit/services/sfc/agent/__init__.py -> build/lib/networking_sfc/tests/unit/services/sfc/agent creating build/lib/networking_sfc/services creating build/lib/networking_sfc/services/flowclassifier creating build/lib/networking_sfc/services/flowclassifier/drivers creating build/lib/networking_sfc/services/flowclassifier/drivers/ovs copying networking_sfc/services/flowclassifier/drivers/ovs/driver.py -> build/lib/networking_sfc/services/flowclassifier/drivers/ovs copying networking_sfc/services/flowclassifier/drivers/ovs/__init__.py -> build/lib/networking_sfc/services/flowclassifier/drivers/ovs creating build/lib/networking_sfc/tests/unit/extensions copying networking_sfc/tests/unit/extensions/test_flowclassifier.py -> build/lib/networking_sfc/tests/unit/extensions copying networking_sfc/tests/unit/extensions/test_sfc.py -> build/lib/networking_sfc/tests/unit/extensions copying networking_sfc/tests/unit/extensions/test_tap.py -> build/lib/networking_sfc/tests/unit/extensions copying networking_sfc/tests/unit/extensions/test_servicegraph.py -> build/lib/networking_sfc/tests/unit/extensions copying networking_sfc/tests/unit/extensions/__init__.py -> build/lib/networking_sfc/tests/unit/extensions creating build/lib/networking_sfc/tests/unit/services/flowclassifier creating build/lib/networking_sfc/tests/unit/services/flowclassifier/drivers creating build/lib/networking_sfc/tests/unit/services/flowclassifier/drivers/ovs copying networking_sfc/tests/unit/services/flowclassifier/drivers/ovs/test_driver.py -> build/lib/networking_sfc/tests/unit/services/flowclassifier/drivers/ovs copying networking_sfc/tests/unit/services/flowclassifier/drivers/ovs/__init__.py -> build/lib/networking_sfc/tests/unit/services/flowclassifier/drivers/ovs creating build/lib/networking_sfc/services/sfc creating build/lib/networking_sfc/services/sfc/agent creating build/lib/networking_sfc/services/sfc/agent/extensions creating build/lib/networking_sfc/services/sfc/agent/extensions/openvswitch copying networking_sfc/services/sfc/agent/extensions/openvswitch/sfc_driver.py -> build/lib/networking_sfc/services/sfc/agent/extensions/openvswitch copying networking_sfc/services/sfc/agent/extensions/openvswitch/__init__.py -> build/lib/networking_sfc/services/sfc/agent/extensions/openvswitch creating build/lib/networking_sfc/tests/unit/services/sfc/drivers copying networking_sfc/tests/unit/services/sfc/drivers/__init__.py -> build/lib/networking_sfc/tests/unit/services/sfc/drivers creating build/lib/networking_sfc/services/sfc/drivers creating build/lib/networking_sfc/services/sfc/drivers/ovs copying networking_sfc/services/sfc/drivers/ovs/rpc.py -> build/lib/networking_sfc/services/sfc/drivers/ovs copying networking_sfc/services/sfc/drivers/ovs/db.py -> build/lib/networking_sfc/services/sfc/drivers/ovs copying networking_sfc/services/sfc/drivers/ovs/constants.py -> build/lib/networking_sfc/services/sfc/drivers/ovs copying networking_sfc/services/sfc/drivers/ovs/rpc_topics.py -> build/lib/networking_sfc/services/sfc/drivers/ovs copying networking_sfc/services/sfc/drivers/ovs/driver.py -> build/lib/networking_sfc/services/sfc/drivers/ovs copying networking_sfc/services/sfc/drivers/ovs/__init__.py -> build/lib/networking_sfc/services/sfc/drivers/ovs creating build/lib/networking_sfc/extensions copying networking_sfc/extensions/servicegraph.py -> build/lib/networking_sfc/extensions copying networking_sfc/extensions/flowclassifier.py -> build/lib/networking_sfc/extensions copying networking_sfc/extensions/sfc.py -> build/lib/networking_sfc/extensions copying networking_sfc/extensions/tap.py -> build/lib/networking_sfc/extensions copying networking_sfc/extensions/__init__.py -> build/lib/networking_sfc/extensions creating build/lib/networking_sfc/tests/functional creating build/lib/networking_sfc/tests/functional/services creating build/lib/networking_sfc/tests/functional/services/sfc creating build/lib/networking_sfc/tests/functional/services/sfc/agent copying networking_sfc/tests/functional/services/sfc/agent/__init__.py -> build/lib/networking_sfc/tests/functional/services/sfc/agent copying networking_sfc/services/sfc/driver_manager.py -> build/lib/networking_sfc/services/sfc copying networking_sfc/services/sfc/plugin.py -> build/lib/networking_sfc/services/sfc copying networking_sfc/services/sfc/__init__.py -> build/lib/networking_sfc/services/sfc copying networking_sfc/tests/functional/test_service.py -> build/lib/networking_sfc/tests/functional copying networking_sfc/tests/functional/__init__.py -> build/lib/networking_sfc/tests/functional copying networking_sfc/services/sfc/agent/__init__.py -> build/lib/networking_sfc/services/sfc/agent creating build/lib/networking_sfc/db creating build/lib/networking_sfc/db/migration creating build/lib/networking_sfc/db/migration/alembic_migrations copying networking_sfc/db/migration/alembic_migrations/env.py -> build/lib/networking_sfc/db/migration/alembic_migrations copying networking_sfc/db/migration/alembic_migrations/__init__.py -> build/lib/networking_sfc/db/migration/alembic_migrations creating build/lib/networking_sfc/db/migration/models copying networking_sfc/db/migration/models/head.py -> build/lib/networking_sfc/db/migration/models copying networking_sfc/db/migration/models/__init__.py -> build/lib/networking_sfc/db/migration/models copying networking_sfc/tests/functional/services/sfc/__init__.py -> build/lib/networking_sfc/tests/functional/services/sfc creating build/lib/networking_sfc/policies copying networking_sfc/policies/port_chain.py -> build/lib/networking_sfc/policies copying networking_sfc/policies/service_graph.py -> build/lib/networking_sfc/policies copying networking_sfc/policies/base.py -> build/lib/networking_sfc/policies copying networking_sfc/policies/port_pair.py -> build/lib/networking_sfc/policies copying networking_sfc/policies/port_pair_group.py -> build/lib/networking_sfc/policies copying networking_sfc/policies/flow_classifier.py -> build/lib/networking_sfc/policies copying networking_sfc/policies/__init__.py -> build/lib/networking_sfc/policies copying networking_sfc/services/sfc/drivers/base.py -> build/lib/networking_sfc/services/sfc/drivers copying networking_sfc/services/sfc/drivers/__init__.py -> build/lib/networking_sfc/services/sfc/drivers copying networking_sfc/tests/base.py -> build/lib/networking_sfc/tests copying networking_sfc/tests/__init__.py -> build/lib/networking_sfc/tests creating build/lib/networking_sfc/services/flowclassifier/drivers/dummy copying networking_sfc/services/flowclassifier/drivers/dummy/dummy.py -> build/lib/networking_sfc/services/flowclassifier/drivers/dummy copying networking_sfc/services/flowclassifier/drivers/dummy/__init__.py -> build/lib/networking_sfc/services/flowclassifier/drivers/dummy creating build/lib/networking_sfc/tests/unit/services/sfc/agent/extensions creating build/lib/networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch copying networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch/test_sfc_driver.py -> build/lib/networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch copying networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch/__init__.py -> build/lib/networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch creating build/lib/networking_sfc/tests/functional/db copying networking_sfc/tests/functional/db/test_models.py -> build/lib/networking_sfc/tests/functional/db copying networking_sfc/tests/functional/db/test_migrations.py -> build/lib/networking_sfc/tests/functional/db copying networking_sfc/tests/functional/db/__init__.py -> build/lib/networking_sfc/tests/functional/db copying networking_sfc/tests/unit/services/sfc/agent/extensions/test_sfc.py -> build/lib/networking_sfc/tests/unit/services/sfc/agent/extensions copying networking_sfc/tests/unit/services/sfc/agent/extensions/__init__.py -> build/lib/networking_sfc/tests/unit/services/sfc/agent/extensions creating build/lib/networking_sfc/services/sfc/common copying networking_sfc/services/sfc/common/context.py -> build/lib/networking_sfc/services/sfc/common copying networking_sfc/services/sfc/common/config.py -> build/lib/networking_sfc/services/sfc/common copying networking_sfc/services/sfc/common/ovs_ext_lib.py -> build/lib/networking_sfc/services/sfc/common copying networking_sfc/services/sfc/common/__init__.py -> build/lib/networking_sfc/services/sfc/common copying networking_sfc/services/sfc/common/exceptions.py -> build/lib/networking_sfc/services/sfc/common creating build/lib/networking_sfc/services/sfc/drivers/dummy copying networking_sfc/services/sfc/drivers/dummy/dummy.py -> build/lib/networking_sfc/services/sfc/drivers/dummy copying networking_sfc/services/sfc/drivers/dummy/__init__.py -> build/lib/networking_sfc/services/sfc/drivers/dummy copying networking_sfc/tests/unit/services/__init__.py -> build/lib/networking_sfc/tests/unit/services creating build/lib/networking_sfc/tests/unit/services/sfc/common copying networking_sfc/tests/unit/services/sfc/common/test_ovs_ext_lib.py -> build/lib/networking_sfc/tests/unit/services/sfc/common copying networking_sfc/tests/unit/services/sfc/common/__init__.py -> build/lib/networking_sfc/tests/unit/services/sfc/common copying networking_sfc/services/flowclassifier/drivers/base.py -> build/lib/networking_sfc/services/flowclassifier/drivers copying networking_sfc/services/flowclassifier/drivers/__init__.py -> build/lib/networking_sfc/services/flowclassifier/drivers copying networking_sfc/tests/unit/services/sfc/test_driver_manager.py -> build/lib/networking_sfc/tests/unit/services/sfc copying networking_sfc/tests/unit/services/sfc/test_plugin.py -> build/lib/networking_sfc/tests/unit/services/sfc copying networking_sfc/tests/unit/services/sfc/__init__.py -> build/lib/networking_sfc/tests/unit/services/sfc copying networking_sfc/db/sfc_db.py -> build/lib/networking_sfc/db copying networking_sfc/db/flowclassifier_db.py -> build/lib/networking_sfc/db copying networking_sfc/db/__init__.py -> build/lib/networking_sfc/db copying networking_sfc/services/sfc/agent/extensions/sfc.py -> build/lib/networking_sfc/services/sfc/agent/extensions copying networking_sfc/services/sfc/agent/extensions/__init__.py -> build/lib/networking_sfc/services/sfc/agent/extensions copying networking_sfc/tests/unit/services/flowclassifier/drivers/__init__.py -> build/lib/networking_sfc/tests/unit/services/flowclassifier/drivers copying networking_sfc/tests/unit/__init__.py -> build/lib/networking_sfc/tests/unit copying networking_sfc/tests/functional/services/__init__.py -> build/lib/networking_sfc/tests/functional/services copying networking_sfc/db/migration/__init__.py -> build/lib/networking_sfc/db/migration copying networking_sfc/_i18n.py -> build/lib/networking_sfc copying networking_sfc/version.py -> build/lib/networking_sfc copying networking_sfc/opts.py -> build/lib/networking_sfc copying networking_sfc/__init__.py -> build/lib/networking_sfc creating build/lib/networking_sfc/tests/unit/services/sfc/drivers/ovs copying networking_sfc/tests/unit/services/sfc/drivers/ovs/test_driver.py -> build/lib/networking_sfc/tests/unit/services/sfc/drivers/ovs copying networking_sfc/tests/unit/services/sfc/drivers/ovs/__init__.py -> build/lib/networking_sfc/tests/unit/services/sfc/drivers/ovs creating build/lib/networking_sfc/cli copying networking_sfc/cli/port_chain.py -> build/lib/networking_sfc/cli copying networking_sfc/cli/port_pair.py -> build/lib/networking_sfc/cli copying networking_sfc/cli/port_pair_group.py -> build/lib/networking_sfc/cli copying networking_sfc/cli/flow_classifier.py -> build/lib/networking_sfc/cli copying networking_sfc/cli/__init__.py -> build/lib/networking_sfc/cli creating build/lib/networking_sfc/tests/unit/db copying networking_sfc/tests/unit/db/test_flowclassifier_db.py -> build/lib/networking_sfc/tests/unit/db copying networking_sfc/tests/unit/db/__init__.py -> build/lib/networking_sfc/tests/unit/db copying networking_sfc/tests/unit/db/test_sfc_db.py -> build/lib/networking_sfc/tests/unit/db creating build/lib/networking_sfc/tests/functional/services/sfc/agent/extensions copying networking_sfc/tests/functional/services/sfc/agent/extensions/test_ovs_agent_sfc_extension.py -> build/lib/networking_sfc/tests/functional/services/sfc/agent/extensions copying networking_sfc/tests/functional/services/sfc/agent/extensions/__init__.py -> build/lib/networking_sfc/tests/functional/services/sfc/agent/extensions creating build/lib/networking_sfc/services/flowclassifier/common copying networking_sfc/services/flowclassifier/common/context.py -> build/lib/networking_sfc/services/flowclassifier/common copying networking_sfc/services/flowclassifier/common/config.py -> build/lib/networking_sfc/services/flowclassifier/common copying networking_sfc/services/flowclassifier/common/__init__.py -> build/lib/networking_sfc/services/flowclassifier/common copying networking_sfc/services/flowclassifier/common/exceptions.py -> build/lib/networking_sfc/services/flowclassifier/common copying networking_sfc/services/flowclassifier/driver_manager.py -> build/lib/networking_sfc/services/flowclassifier copying networking_sfc/services/flowclassifier/plugin.py -> build/lib/networking_sfc/services/flowclassifier copying networking_sfc/services/flowclassifier/__init__.py -> build/lib/networking_sfc/services/flowclassifier copying networking_sfc/services/__init__.py -> build/lib/networking_sfc/services copying networking_sfc/tests/unit/services/flowclassifier/test_driver_manager.py -> build/lib/networking_sfc/tests/unit/services/flowclassifier copying networking_sfc/tests/unit/services/flowclassifier/test_plugin.py -> build/lib/networking_sfc/tests/unit/services/flowclassifier copying networking_sfc/tests/unit/services/flowclassifier/__init__.py -> build/lib/networking_sfc/tests/unit/services/flowclassifier running egg_info writing networking_sfc.egg-info/PKG-INFO writing dependency_links to networking_sfc.egg-info/dependency_links.txt writing entry points to networking_sfc.egg-info/entry_points.txt deleting networking_sfc.egg-info/requires.txt writing top-level names to networking_sfc.egg-info/top_level.txt writing pbr to networking_sfc.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'networking_sfc.egg-info/SOURCES.txt' copying networking_sfc/db/migration/alembic_migrations/script.py.mako -> build/lib/networking_sfc/db/migration/alembic_migrations creating build/lib/networking_sfc/db/migration/alembic_migrations/versions copying networking_sfc/db/migration/alembic_migrations/versions/CONTRACT_HEAD -> build/lib/networking_sfc/db/migration/alembic_migrations/versions copying networking_sfc/db/migration/alembic_migrations/versions/EXPAND_HEAD -> build/lib/networking_sfc/db/migration/alembic_migrations/versions copying networking_sfc/db/migration/alembic_migrations/versions/start_networking_sfc.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions creating build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka creating build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/contract copying networking_sfc/db/migration/alembic_migrations/versions/mitaka/contract/48072cb59133_initial.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/contract creating build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand copying networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/24fc7241aa5_initial.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand copying networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/5a475fc853e6_ovs_data_model.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand copying networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/9768e6a66c9_flowclassifier_data_model.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand copying networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/c3e178d4a985_sfc_data_model.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand copying networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/d1002a1f97f6_update_flow_classifier.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand copying networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/fa75d46a7f11_add_port_pair_group_params.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand creating build/lib/networking_sfc/db/migration/alembic_migrations/versions/newton creating build/lib/networking_sfc/db/migration/alembic_migrations/versions/newton/contract copying networking_sfc/db/migration/alembic_migrations/versions/newton/contract/010308b06b49_rename_tenant_to_project.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/newton/contract copying networking_sfc/db/migration/alembic_migrations/versions/newton/contract/06382790fb2c_fix_foreign_constraints.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/newton/contract creating build/lib/networking_sfc/db/migration/alembic_migrations/versions/ocata creating build/lib/networking_sfc/db/migration/alembic_migrations/versions/ocata/expand copying networking_sfc/db/migration/alembic_migrations/versions/ocata/expand/6185f1633a3d_add_correlation_as_pp_detail.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/ocata/expand copying networking_sfc/db/migration/alembic_migrations/versions/ocata/expand/b3adaf631bab__add_fwd_path_and_in_mac_column.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/ocata/expand creating build/lib/networking_sfc/db/migration/alembic_migrations/versions/pike creating build/lib/networking_sfc/db/migration/alembic_migrations/versions/pike/expand copying networking_sfc/db/migration/alembic_migrations/versions/pike/expand/61832141fb82_add_ppg_n_tuple_mapping_column.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/pike/expand copying networking_sfc/db/migration/alembic_migrations/versions/pike/expand/8329e9be2d8a_modify_value_column_size_in_port_pair_.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/pike/expand creating build/lib/networking_sfc/db/migration/alembic_migrations/versions/queens creating build/lib/networking_sfc/db/migration/alembic_migrations/versions/queens/expand copying networking_sfc/db/migration/alembic_migrations/versions/queens/expand/53ed5bec6cff_add_service_graph_api_resource.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/queens/expand copying networking_sfc/db/migration/alembic_migrations/versions/queens/expand/a3ad63aa834f_extra_attributes_for_pathnode.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/queens/expand copying networking_sfc/db/migration/alembic_migrations/versions/queens/expand/d6fb381b65f2_tap_enabled_attribute_port_pair_group.py -> build/lib/networking_sfc/db/migration/alembic_migrations/versions/queens/expand copying networking_sfc/db/migration/README -> build/lib/networking_sfc/db/migration + python3 setup.py build_sphinx -b html running build_sphinx [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/networking-sfc-9.0.1/.gitreview found [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/networking-sfc-9.0.1/doc/source/../../etc/oslo-config-generator/networking-sfc.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/networking-sfc-9.0.1/doc/source/_static/config_samples/networking-sfc.conf.sample [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/networking-sfc-9.0.1/doc/source/../../etc/oslo-policy-generator/policy.conf [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/networking-sfc-9.0.1/doc/source/_static/networking-sfc.policy.yaml.sample building [mo]: all of 0 po files building [html]: all source files updating environment: [new config] 24 added, 0 changed, 0 removed reading sources... [ 4%] configuration/index reading sources... [ 8%] configuration/networking-sfc loading config file etc/oslo-config-generator/networking-sfc.conf reading sources... [ 12%] configuration/policy reading sources... [ 16%] configuration/policy-sample reading sources... [ 20%] configuration/samples/networking-sfc reading sources... [ 25%] contributor/alembic_migration reading sources... [ 29%] contributor/api reading sources... [ 33%] contributor/contribution reading sources... [ 37%] contributor/ietf_sfc_encapsulation reading sources... [ 41%] contributor/index reading sources... [ 45%] contributor/ovs_driver_and_agent_workflow reading sources... [ 50%] contributor/ovs_symmetric_port_chain reading sources... [ 54%] contributor/sfc_non_transparent_sf reading sources... [ 58%] contributor/sfc_ovn_driver reading sources... [ 62%] contributor/sfc_port_chain_tap reading sources... [ 66%] contributor/sfc_proxy_port_correlation reading sources... [ 70%] contributor/system_design_and_workflow reading sources... [ 75%] index reading sources... [ 79%] install/configuration reading sources... [ 83%] install/index reading sources... [ 87%] install/install reading sources... [ 91%] user/command_extensions reading sources... [ 95%] user/index reading sources... [100%] user/usage looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 4%] configuration/index [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/networking-sfc/tree/doc/source' [openstackdocstheme] bug_project (from user) 'networking-sfc' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/index is 2021-02-02 04:37:59 writing output... [ 8%] configuration/networking-sfc [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/networking-sfc is 2021-02-02 04:37:59 writing output... [ 12%] configuration/policy [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/policy is 2021-02-02 04:37:59 writing output... [ 16%] configuration/policy-sample [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/policy-sample is 2021-02-02 04:37:59 writing output... [ 20%] configuration/samples/networking-sfc [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/samples/networking-sfc is 2021-02-02 04:37:59 writing output... [ 25%] contributor/alembic_migration [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/alembic_migration is 2021-02-02 04:37:59 writing output... [ 29%] contributor/api [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/api is 2021-02-02 04:37:59 writing output... [ 33%] contributor/contribution [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/contribution is 2021-02-02 04:37:59 writing output... [ 37%] contributor/ietf_sfc_encapsulation [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/ietf_sfc_encapsulation is 2021-02-02 04:37:59 writing output... [ 41%] contributor/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/index is 2021-02-02 04:37:59 writing output... [ 45%] contributor/ovs_driver_and_agent_workflow [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/ovs_driver_and_agent_workflow is 2021-02-02 04:37:59 writing output... [ 50%] contributor/ovs_symmetric_port_chain [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/ovs_symmetric_port_chain is 2021-02-02 04:37:59 writing output... [ 54%] contributor/sfc_non_transparent_sf [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/sfc_non_transparent_sf is 2021-02-02 04:37:59 writing output... [ 58%] contributor/sfc_ovn_driver [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/sfc_ovn_driver is 2021-02-02 04:37:59 writing output... [ 62%] contributor/sfc_port_chain_tap [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/sfc_port_chain_tap is 2021-02-02 04:37:59 writing output... [ 66%] contributor/sfc_proxy_port_correlation [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/sfc_proxy_port_correlation is 2021-02-02 04:37:59 writing output... [ 70%] contributor/system_design_and_workflow [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/system_design_and_workflow is 2021-02-02 04:37:59 writing output... [ 75%] index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2021-02-02 04:37:59 writing output... [ 79%] install/configuration [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/configuration is 2021-02-02 04:37:59 writing output... [ 83%] install/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/index is 2021-02-02 04:37:59 writing output... [ 87%] install/install [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/install is 2021-02-02 04:37:59 writing output... [ 91%] user/command_extensions [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/command_extensions is 2021-02-02 04:37:59 writing output... [ 95%] user/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/index is 2021-02-02 04:37:59 writing output... [100%] user/usage [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/usage is 2021-02-02 04:37:59 generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' done writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' done copying downloadable files... [100%] ../_static/networking-sfc.policy.yaml.sample copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + PYTHONPATH=. + oslo-config-generator-3 --config-file etc/oslo-config-generator/networking-sfc.conf + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Rj6Y5J + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch + cd networking-sfc-9.0.1 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch --prefix /usr running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/ovs copying build/lib/networking_sfc/services/sfc/drivers/ovs/rpc.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/ovs copying build/lib/networking_sfc/services/sfc/drivers/ovs/db.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/ovs copying build/lib/networking_sfc/services/sfc/drivers/ovs/constants.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/ovs copying build/lib/networking_sfc/services/sfc/drivers/ovs/rpc_topics.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/ovs copying build/lib/networking_sfc/services/sfc/drivers/ovs/driver.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/ovs copying build/lib/networking_sfc/services/sfc/drivers/ovs/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/ovs copying build/lib/networking_sfc/services/sfc/drivers/base.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/dummy copying build/lib/networking_sfc/services/sfc/drivers/dummy/dummy.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/dummy copying build/lib/networking_sfc/services/sfc/drivers/dummy/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/dummy copying build/lib/networking_sfc/services/sfc/drivers/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/agent creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/agent/extensions creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/agent/extensions/openvswitch copying build/lib/networking_sfc/services/sfc/agent/extensions/openvswitch/sfc_driver.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/agent/extensions/openvswitch copying build/lib/networking_sfc/services/sfc/agent/extensions/openvswitch/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/agent/extensions/openvswitch copying build/lib/networking_sfc/services/sfc/agent/extensions/sfc.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/agent/extensions copying build/lib/networking_sfc/services/sfc/agent/extensions/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/agent/extensions copying build/lib/networking_sfc/services/sfc/agent/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/agent creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/common copying build/lib/networking_sfc/services/sfc/common/context.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/common copying build/lib/networking_sfc/services/sfc/common/config.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/common copying build/lib/networking_sfc/services/sfc/common/ovs_ext_lib.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/common copying build/lib/networking_sfc/services/sfc/common/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/common copying build/lib/networking_sfc/services/sfc/common/exceptions.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/common copying build/lib/networking_sfc/services/sfc/driver_manager.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc copying build/lib/networking_sfc/services/sfc/plugin.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc copying build/lib/networking_sfc/services/sfc/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers/ovs copying build/lib/networking_sfc/services/flowclassifier/drivers/ovs/driver.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers/ovs copying build/lib/networking_sfc/services/flowclassifier/drivers/ovs/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers/ovs copying build/lib/networking_sfc/services/flowclassifier/drivers/base.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers/dummy copying build/lib/networking_sfc/services/flowclassifier/drivers/dummy/dummy.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers/dummy copying build/lib/networking_sfc/services/flowclassifier/drivers/dummy/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers/dummy copying build/lib/networking_sfc/services/flowclassifier/drivers/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/common copying build/lib/networking_sfc/services/flowclassifier/common/context.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/common copying build/lib/networking_sfc/services/flowclassifier/common/config.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/common copying build/lib/networking_sfc/services/flowclassifier/common/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/common copying build/lib/networking_sfc/services/flowclassifier/common/exceptions.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/common copying build/lib/networking_sfc/services/flowclassifier/driver_manager.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier copying build/lib/networking_sfc/services/flowclassifier/plugin.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier copying build/lib/networking_sfc/services/flowclassifier/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier copying build/lib/networking_sfc/services/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/cli copying build/lib/networking_sfc/cli/port_chain.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/cli copying build/lib/networking_sfc/cli/port_pair.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/cli copying build/lib/networking_sfc/cli/port_pair_group.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/cli copying build/lib/networking_sfc/cli/flow_classifier.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/cli copying build/lib/networking_sfc/cli/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/cli creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/extensions copying build/lib/networking_sfc/extensions/servicegraph.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/extensions copying build/lib/networking_sfc/extensions/flowclassifier.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/extensions copying build/lib/networking_sfc/extensions/sfc.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/extensions copying build/lib/networking_sfc/extensions/tap.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/extensions copying build/lib/networking_sfc/extensions/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/extensions copying build/lib/networking_sfc/_i18n.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations copying build/lib/networking_sfc/db/migration/alembic_migrations/script.py.mako -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations copying build/lib/networking_sfc/db/migration/alembic_migrations/env.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations copying build/lib/networking_sfc/db/migration/alembic_migrations/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/CONTRACT_HEAD -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/start_networking_sfc.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/ocata creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/ocata/expand copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/ocata/expand/6185f1633a3d_add_correlation_as_pp_detail.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/ocata/expand copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/ocata/expand/b3adaf631bab__add_fwd_path_and_in_mac_column.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/ocata/expand creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/newton creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/newton/contract copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/newton/contract/010308b06b49_rename_tenant_to_project.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/newton/contract copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/newton/contract/06382790fb2c_fix_foreign_constraints.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/newton/contract creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/queens creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/queens/expand copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/queens/expand/a3ad63aa834f_extra_attributes_for_pathnode.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/queens/expand copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/queens/expand/d6fb381b65f2_tap_enabled_attribute_port_pair_group.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/queens/expand copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/queens/expand/53ed5bec6cff_add_service_graph_api_resource.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/queens/expand creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/contract copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/contract/48072cb59133_initial.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/contract creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/fa75d46a7f11_add_port_pair_group_params.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/9768e6a66c9_flowclassifier_data_model.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/5a475fc853e6_ovs_data_model.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/c3e178d4a985_sfc_data_model.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/24fc7241aa5_initial.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/d1002a1f97f6_update_flow_classifier.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/pike creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/pike/expand copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/pike/expand/8329e9be2d8a_modify_value_column_size_in_port_pair_.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/pike/expand copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/pike/expand/61832141fb82_add_ppg_n_tuple_mapping_column.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/pike/expand copying build/lib/networking_sfc/db/migration/alembic_migrations/versions/EXPAND_HEAD -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/models copying build/lib/networking_sfc/db/migration/models/head.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/models copying build/lib/networking_sfc/db/migration/models/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/models copying build/lib/networking_sfc/db/migration/README -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration copying build/lib/networking_sfc/db/migration/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration copying build/lib/networking_sfc/db/sfc_db.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db copying build/lib/networking_sfc/db/flowclassifier_db.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db copying build/lib/networking_sfc/db/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db copying build/lib/networking_sfc/version.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc copying build/lib/networking_sfc/opts.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/drivers creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/drivers/ovs copying build/lib/networking_sfc/tests/unit/services/sfc/drivers/ovs/test_driver.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/drivers/ovs copying build/lib/networking_sfc/tests/unit/services/sfc/drivers/ovs/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/drivers/ovs copying build/lib/networking_sfc/tests/unit/services/sfc/drivers/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/drivers creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/agent creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/agent/extensions creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch copying build/lib/networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch/test_sfc_driver.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch copying build/lib/networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch copying build/lib/networking_sfc/tests/unit/services/sfc/agent/extensions/test_sfc.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/agent/extensions copying build/lib/networking_sfc/tests/unit/services/sfc/agent/extensions/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/agent/extensions copying build/lib/networking_sfc/tests/unit/services/sfc/agent/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/agent copying build/lib/networking_sfc/tests/unit/services/sfc/test_driver_manager.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/common copying build/lib/networking_sfc/tests/unit/services/sfc/common/test_ovs_ext_lib.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/common copying build/lib/networking_sfc/tests/unit/services/sfc/common/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/common copying build/lib/networking_sfc/tests/unit/services/sfc/test_plugin.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc copying build/lib/networking_sfc/tests/unit/services/sfc/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier/drivers creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier/drivers/ovs copying build/lib/networking_sfc/tests/unit/services/flowclassifier/drivers/ovs/test_driver.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier/drivers/ovs copying build/lib/networking_sfc/tests/unit/services/flowclassifier/drivers/ovs/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier/drivers/ovs copying build/lib/networking_sfc/tests/unit/services/flowclassifier/drivers/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier/drivers copying build/lib/networking_sfc/tests/unit/services/flowclassifier/test_driver_manager.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier copying build/lib/networking_sfc/tests/unit/services/flowclassifier/test_plugin.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier copying build/lib/networking_sfc/tests/unit/services/flowclassifier/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier copying build/lib/networking_sfc/tests/unit/services/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/extensions copying build/lib/networking_sfc/tests/unit/extensions/test_flowclassifier.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/extensions copying build/lib/networking_sfc/tests/unit/extensions/test_sfc.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/extensions copying build/lib/networking_sfc/tests/unit/extensions/test_tap.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/extensions copying build/lib/networking_sfc/tests/unit/extensions/test_servicegraph.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/extensions copying build/lib/networking_sfc/tests/unit/extensions/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/extensions creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/db copying build/lib/networking_sfc/tests/unit/db/test_flowclassifier_db.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/db copying build/lib/networking_sfc/tests/unit/db/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/db copying build/lib/networking_sfc/tests/unit/db/test_sfc_db.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/db copying build/lib/networking_sfc/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit copying build/lib/networking_sfc/tests/base.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/services creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/services/sfc creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/services/sfc/agent creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/services/sfc/agent/extensions copying build/lib/networking_sfc/tests/functional/services/sfc/agent/extensions/test_ovs_agent_sfc_extension.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/services/sfc/agent/extensions copying build/lib/networking_sfc/tests/functional/services/sfc/agent/extensions/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/services/sfc/agent/extensions copying build/lib/networking_sfc/tests/functional/services/sfc/agent/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/services/sfc/agent copying build/lib/networking_sfc/tests/functional/services/sfc/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/services/sfc copying build/lib/networking_sfc/tests/functional/services/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/services copying build/lib/networking_sfc/tests/functional/test_service.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/db copying build/lib/networking_sfc/tests/functional/db/test_models.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/db copying build/lib/networking_sfc/tests/functional/db/test_migrations.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/db copying build/lib/networking_sfc/tests/functional/db/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/db copying build/lib/networking_sfc/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional copying build/lib/networking_sfc/tests/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests copying build/lib/networking_sfc/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc creating /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies copying build/lib/networking_sfc/policies/port_chain.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies copying build/lib/networking_sfc/policies/service_graph.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies copying build/lib/networking_sfc/policies/base.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies copying build/lib/networking_sfc/policies/port_pair.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies copying build/lib/networking_sfc/policies/port_pair_group.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies copying build/lib/networking_sfc/policies/flow_classifier.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies copying build/lib/networking_sfc/policies/__init__.py -> /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/ovs/rpc.py to rpc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/ovs/db.py to db.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/ovs/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/ovs/rpc_topics.py to rpc_topics.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/ovs/driver.py to driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/ovs/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/dummy/dummy.py to dummy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/dummy/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/drivers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/agent/extensions/openvswitch/sfc_driver.py to sfc_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/agent/extensions/openvswitch/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/agent/extensions/sfc.py to sfc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/agent/extensions/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/agent/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/common/context.py to context.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/common/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/common/ovs_ext_lib.py to ovs_ext_lib.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/common/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/driver_manager.py to driver_manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/plugin.py to plugin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/sfc/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers/ovs/driver.py to driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers/ovs/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers/dummy/dummy.py to dummy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers/dummy/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/drivers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/common/context.py to context.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/common/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/common/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/driver_manager.py to driver_manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/plugin.py to plugin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/flowclassifier/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/services/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/cli/port_chain.py to port_chain.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/cli/port_pair.py to port_pair.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/cli/port_pair_group.py to port_pair_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/cli/flow_classifier.py to flow_classifier.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/cli/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/extensions/servicegraph.py to servicegraph.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/extensions/flowclassifier.py to flowclassifier.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/extensions/sfc.py to sfc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/extensions/tap.py to tap.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/extensions/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/_i18n.py to _i18n.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/env.py to env.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/start_networking_sfc.py to start_networking_sfc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/ocata/expand/6185f1633a3d_add_correlation_as_pp_detail.py to 6185f1633a3d_add_correlation_as_pp_detail.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/ocata/expand/b3adaf631bab__add_fwd_path_and_in_mac_column.py to b3adaf631bab__add_fwd_path_and_in_mac_column.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/newton/contract/010308b06b49_rename_tenant_to_project.py to 010308b06b49_rename_tenant_to_project.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/newton/contract/06382790fb2c_fix_foreign_constraints.py to 06382790fb2c_fix_foreign_constraints.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/queens/expand/a3ad63aa834f_extra_attributes_for_pathnode.py to a3ad63aa834f_extra_attributes_for_pathnode.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/queens/expand/d6fb381b65f2_tap_enabled_attribute_port_pair_group.py to d6fb381b65f2_tap_enabled_attribute_port_pair_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/queens/expand/53ed5bec6cff_add_service_graph_api_resource.py to 53ed5bec6cff_add_service_graph_api_resource.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/contract/48072cb59133_initial.py to 48072cb59133_initial.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/fa75d46a7f11_add_port_pair_group_params.py to fa75d46a7f11_add_port_pair_group_params.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/9768e6a66c9_flowclassifier_data_model.py to 9768e6a66c9_flowclassifier_data_model.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/5a475fc853e6_ovs_data_model.py to 5a475fc853e6_ovs_data_model.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/c3e178d4a985_sfc_data_model.py to c3e178d4a985_sfc_data_model.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/24fc7241aa5_initial.py to 24fc7241aa5_initial.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/mitaka/expand/d1002a1f97f6_update_flow_classifier.py to d1002a1f97f6_update_flow_classifier.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/pike/expand/8329e9be2d8a_modify_value_column_size_in_port_pair_.py to 8329e9be2d8a_modify_value_column_size_in_port_pair_.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/alembic_migrations/versions/pike/expand/61832141fb82_add_ppg_n_tuple_mapping_column.py to 61832141fb82_add_ppg_n_tuple_mapping_column.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/models/head.py to head.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/models/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/migration/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/sfc_db.py to sfc_db.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/flowclassifier_db.py to flowclassifier_db.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/db/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/version.py to version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/opts.py to opts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/drivers/ovs/test_driver.py to test_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/drivers/ovs/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/drivers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch/test_sfc_driver.py to test_sfc_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/agent/extensions/test_sfc.py to test_sfc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/agent/extensions/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/agent/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/test_driver_manager.py to test_driver_manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/common/test_ovs_ext_lib.py to test_ovs_ext_lib.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/test_plugin.py to test_plugin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/sfc/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier/drivers/ovs/test_driver.py to test_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier/drivers/ovs/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier/drivers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier/test_driver_manager.py to test_driver_manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier/test_plugin.py to test_plugin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/flowclassifier/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/services/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/extensions/test_flowclassifier.py to test_flowclassifier.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/extensions/test_sfc.py to test_sfc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/extensions/test_tap.py to test_tap.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/extensions/test_servicegraph.py to test_servicegraph.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/extensions/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/db/test_flowclassifier_db.py to test_flowclassifier_db.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/db/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/db/test_sfc_db.py to test_sfc_db.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/unit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/services/sfc/agent/extensions/test_ovs_agent_sfc_extension.py to test_ovs_agent_sfc_extension.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/services/sfc/agent/extensions/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/services/sfc/agent/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/services/sfc/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/services/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/test_service.py to test_service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/db/test_models.py to test_models.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/db/test_migrations.py to test_migrations.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/db/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/functional/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies/port_chain.py to port_chain.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies/service_graph.py to service_graph.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies/port_pair.py to port_pair.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies/port_pair_group.py to port_pair_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies/flow_classifier.py to flow_classifier.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/policies/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmpt1fuefqk.py' /usr/bin/python3 /tmp/tmpt1fuefqk.py removing /tmp/tmpt1fuefqk.py running install_egg_info running egg_info writing networking_sfc.egg-info/PKG-INFO writing dependency_links to networking_sfc.egg-info/dependency_links.txt writing entry points to networking_sfc.egg-info/entry_points.txt writing top-level names to networking_sfc.egg-info/top_level.txt writing pbr to networking_sfc.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'networking_sfc.egg-info/SOURCES.txt' Copying networking_sfc.egg-info to /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc-9.0.1-py3.6.egg-info running install_scripts /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + mkdir -p /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/etc/neutron/conf.d/neutron-server + mv etc/networking-sfc.conf.sample /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/etc/neutron/conf.d/neutron-server/networking-sfc.conf + /usr/lib/rpm/find-debuginfo.sh -j20 --strict-build-id -m -i --build-id-seed 9.0.1-1.el8 --unique-debug-suffix -9.0.1-1.el8.noarch --unique-debug-src-base python-networking-sfc-9.0.1-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/networking-sfc-9.0.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.YATbUx + umask 022 + cd /builddir/build/BUILD + cd networking-sfc-9.0.1 + export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/bin + PATH=/usr/bin:/bin:/usr/sbin:/sbin:/builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/bin + PYTHON=python3 + stestr-3 run {16} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_nonuuid_port_pair_group_id [2.082427s] ... ok {2} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_show_flow_classifier_noexist [1.959011s] ... ok {14} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_all_fields_with_symmetric [2.310612s] ... ok {18} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_invalid_l7_parameters [2.583953s] ... ok {3} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_all_supported_ip_prefix [3.003883s] ... ok {0} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_delete_flow_classifier [2.915384s] ... ok {6} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_all_supported_l7_parameters [3.064368s] ... ok {11} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_list_flow_classifiers_with_unknown_params [2.685825s] ... ok {15} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_all_supported_protocol [2.897601s] ... ok {13} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_all_fields [2.917004s] ... ok {5} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_source_ip_prefix_conflict [3.087399s] ... ok {10} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_destination_ip_prefix_conflict [3.158528s] ... ok {1} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_all_supported_port_protocol [2.773787s] ... ok {8} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_update_flow_classifier [3.629290s] ... ok {4} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_ethertype_conflict [3.611876s] ... ok {17} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_logical_destination_port [3.303136s] ... ok {7} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier [3.579102s] ... ok {19} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_not_all_fields_conflict [3.121598s] ... ok {14} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_shared_port_pair_groups_different_order [1.689259s] ... ok {16} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_with_no_ingress [1.809584s] ... ok {2} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_invalid_chain_parameters [1.791832s] ... ok {0} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_delete_flow_classifier_noexist [1.118056s] ... ok {9} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_nsh_correlation_incompatible_ppg_fail [3.991501s] ... ok {12} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_destination_port_range_conflict [4.590076s] ... ok {11} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_update_flow_classifer_unsupported_fields [1.580889s] ... ok {18} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_invalid_port_protocol [1.963729s] ... ok {15} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_all_fields_with_chain_id [1.654968s] ... ok {13} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_list_flow_classifiers_with_params [1.914735s] ... ok {10} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_invalid_ip_prefix_ethertype [1.846696s] ... ok {8} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_same_port_pair_groups [1.628691s] ... ok {6} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_invalid_ip_prefix [2.179253s] ... ok {4} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_list_flow_classifiers [1.898703s] ... ok {3} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_invalid_protocol [2.582862s] ... ok {0} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_shared_port_pair_groups [1.598466s] ... ok {17} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_multi_port_chain_with_flow_classifiers [2.165698s] ... ok {7} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_all_supported_ethertype [2.075333s] ... ok {1} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_multi_port_chain_with_conflict_flow_classifiers [2.495751s] ... ok {5} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_port_id [2.626701s] ... ok {15} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_empty_chain_parameters [1.174174s] ... ok {11} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_nouuid_flow_classifiers [1.437271s] ... ok {18} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_group_with_tap_enabled_parameter_true [1.428839s] ... ok {13} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_default_chain_parameters [1.286092s] ... ok {2} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_group_with_unknown_port_pair_id [2.424019s] ... ok {10} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_group_with_empty_parameters [1.405841s] ... ok {12} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_protocol_conflict [2.224812s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) DELETE failed. Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1244, in _execute_context cursor, statement, parameters, context File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/default.py", line 552, in do_execute cursor.execute(statement, parameters) sqlite3.IntegrityError: FOREIGN KEY constraint failed The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pecan/core.py", line 683, in __call__ self.invoke_controller(controller, args, kwargs, state) File "/usr/lib/python3.6/site-packages/pecan/core.py", line 574, in invoke_controller result = controller(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 139, in wrapped setattr(e, '_RETRY_EXCEEDED', True) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 154, in wrapper ectxt.value = e.inner_exc File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 183, in wrapped LOG.debug("Retry wrapper got retriable exception: %s", e) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 179, in wrapped return f(*dup_args, **dup_kwargs) File "/usr/lib/python3.6/site-packages/neutron/pecan_wsgi/controllers/utils.py", line 76, in wrapped return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron/pecan_wsgi/controllers/utils.py", line 115, in wrapped f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron/pecan_wsgi/controllers/resource.py", line 85, in delete return self.plugin_deleter(*deleter_args) File "/usr/lib/python3.6/site-packages/neutron/common/utils.py", line 687, in inner return f(self, context, *args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 233, in wrapped return method(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 139, in wrapped setattr(e, '_RETRY_EXCEEDED', True) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 154, in wrapper ectxt.value = e.inner_exc File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 183, in wrapped LOG.debug("Retry wrapper got retriable exception: %s", e) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 179, in wrapped return f(*dup_args, **dup_kwargs) File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/plugin.py", line 1955, in delete_port super(Ml2Plugin, self).delete_port(context, id) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 233, in wrapped return method(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron/db/db_base_plugin_v2.py", line 1513, in delete_port self.ipam.delete_port(context, id) File "/usr/lib/python3.6/site-packages/neutron/db/ipam_pluggable_backend.py", line 495, in delete_port port['fixed_ips']) File "/usr/lib/python3.6/site-packages/neutron/db/ipam_pluggable_backend.py", line 110, in _ipam_deallocate_ips "external system for %s", addresses) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron/db/ipam_pluggable_backend.py", line 86, in _ipam_deallocate_ips ipam_subnet = ipam_driver.get_subnet(ip['subnet_id']) File "/usr/lib/python3.6/site-packages/neutron/ipam/drivers/neutrondb_ipam/driver.py", line 337, in get_subnet return NeutronDbSubnet.load(subnet_id, self._context) File "/usr/lib/python3.6/site-packages/neutron/ipam/drivers/neutrondb_ipam/driver.py", line 94, in load ctx, neutron_subnet_id) File "/usr/lib/python3.6/site-packages/neutron/ipam/drivers/neutrondb_ipam/db_api.py", line 30, in load_by_neutron_subnet_id context, neutron_subnet_id=neutron_subnet_id) File "/usr/lib/python3.6/site-packages/neutron/objects/base.py", line 640, in get_objects cls, context, _pager=_pager, **cls.modify_fields_to_db(kwargs)) File "/usr/lib/python3.6/site-packages/neutron/objects/db/api.py", line 52, in get_objects **(_pager.to_kwargs(context, obj_cls) if _pager else {})) File "/usr/lib/python3.6/site-packages/neutron_lib/db/model_query.py", line 311, in get_collection for c in query File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 3316, in __iter__ self.session._autoflush() File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 1576, in _autoflush self.flush() File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 2451, in flush self._flush(objects) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 2589, in _flush transaction.rollback(_capture_exception=True) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 68, in __exit__ compat.reraise(exc_type, exc_value, exc_tb) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/compat.py", line 129, in reraise raise value File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 2549, in _flush flush_context.execute() File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/unitofwork.py", line 422, in execute rec.execute(self) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/unitofwork.py", line 624, in execute uow, File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/persistence.py", line 348, in delete_obj delete, File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/persistence.py", line 1305, in _emit_delete_statements c = connection.execute(statement, del_objects) File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 988, in execute return meth(self, multiparams, params) File "/usr/lib64/python3.6/site-packages/sqlalchemy/sql/elements.py", line 287, in _execute_on_connection return connection._execute_clauseelement(self, multiparams, params) File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1107, in _execute_clauseelement distilled_params, File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1248, in _execute_context e, statement, parameters, cursor, context File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1464, in _handle_dbapi_exception util.raise_from_cause(newraise, exc_info) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/compat.py", line 383, in raise_from_cause reraise(type(exception), exception, tb=exc_tb, cause=cause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/compat.py", line 128, in reraise raise value.with_traceback(tb) File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1244, in _execute_context cursor, statement, parameters, context File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/default.py", line 552, in do_execute cursor.execute(statement, parameters) oslo_db.exception.DBReferenceError: (sqlite3.IntegrityError) FOREIGN KEY constraint failed [SQL: DELETE FROM ports WHERE ports.id = ?] [parameters: ('7a6e41a0-62a6-44c1-b6db-2e52ed33737e',)] (Background on this error at: http://sqlalche.me/e/gkpj) {16} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_delete_ingress_port_pair_exist [3.037743s] ... ok {19} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_show_flow_classifier [3.347410s] ... ok {5} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_group_with_nouuid_port_pair_id [1.451953s] ... ok {15} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_no_port_pair_groups [1.347887s] ... ok {4} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_quota_create_flow_classifier [1.987199s] ... ok {7} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_invalid_ethertype [1.752129s] ... ok {9} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_group_consistent_correlations [3.242969s] ... ok {14} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_all_fields [3.938584s] ... ok {13} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_none_chain_parameters [1.558501s] ... ok {6} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_nouuid_port_id [2.878184s] ... ok {17} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_flow_classifiers [2.305106s] ... ok {1} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_multi_port_chain_with_same_flow_classifier [2.300637s] ... ok {0} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_none_flow_classifiers [2.475488s] ... ok {2} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_with_invalid_service_function_parameters [1.770666s] ... ok {16} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_delete_port_chain [1.217316s] ... ok {3} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_port_pairs [2.804186s] ... ok {19} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_unknown_flow_classifiers [1.452014s] ... ok {18} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_ppg_with_all_params_and_tap_enabled_parameter_true [2.320602s] ... ok {11} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_consecutive_tap_port_pair_groups [2.493932s] ... ok {8} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_service_graph_branching_ppg_both_corrs_ok [3.558116s] ... ok {5} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_service_graph_with_indirect_loop_fail [1.514898s] ... ok {10} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_tap_pair_group_with_multiple_port_pairs [2.343643s] ... ok {15} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_service_graph_linear_dependency_only [1.522961s] ... ok {4} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_multi_port_pair_groups [1.566252s] ... ok {7} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_with_unknown_port_id [1.662049s] ... ok {17} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_invalid_chain_parameters_symmetric [1.174326s] ... ok {2} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_show_port_chain_noexist [1.126157s] ... ok {9} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_with_invalid_weight [1.749694s] ... ok {6} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_nsh_correlation [1.582894s] ... ok {2} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_update_destination_port_range_max [0.422388s] ... ok {16} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_delete_service_graph [1.586062s] ... ok {2} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_update_logical_destination_port [0.081073s] ... ok {2} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_group_empty_parameters [0.114643s] ... ok {15} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_list_port_pair_groups_with_params [1.146504s] ... ok {0} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_empty_input [1.945927s] ... ok {2} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_group_invalid_parameters [0.128526s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/flowclassifier/driver_manager.py", line 103, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.flowclassifier.common.exceptions.FlowClassifierException: An unknown exception occurred. Flow Classifier driver 'mock_driver' failed in delete_flow_classifier_precommit {2} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_delete_flow_classifier_precommit_exception [0.024262s] ... ok {8} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_delete_port_pair_group [1.410245s] ... ok {14} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_with_src_dst_same_port [2.346976s] ... ok {11} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_empty_flow_classifiers [1.652028s] ... ok {13} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_empty_service_function_parameters [2.464896s] ... ok {4} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_with_unknown_ingress [1.561398s] ... ok {10} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_delete_port_pair_noexist [1.728114s] ... ok {3} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair [2.315891s] ... ok {9} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_service_graph_same_chain_fail [1.285559s] ... ok {7} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_all_fields [1.574138s] ... ok {17} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chains_with_conflicting_chain_ids [1.531924s] ... ok {19} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_delete_port_pair_port_pair_group_exist [2.234998s] ... ok {10} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_source_port_range [0.299240s] ... ok {10} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_get [0.087688s] ... ok {12} networking_sfc.tests.unit.db.test_flowclassifier_db.FlowClassifierDbPluginTestCase.test_create_flow_classifier_source_port_range_conflict [4.139029s] ... ok {10} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_update_source_port_range_min [0.081413s] ... ok {10} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_invalid_weight_type [0.113345s] ... ok {8} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_show_port_pair_group [1.142451s] ... ok {10} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_group_invalid_lb_fields_type [0.102246s] ... ok {16} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_show_port_chain [1.452176s] ... ok {6} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_with_no_egress [1.725167s] ... ok {5} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_list_port_pairs_with_unknown_params [2.543239s] ... ok {10} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_group_invalid_parameters [0.093636s] ... ok {8} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_update_protocol [0.115606s] ... ok {10} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_invalid_weight [0.090524s] ... ok {5} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_protocol [0.186678s] ... ok {10} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_pair_group_update_nonuuid_port_pairs [0.089653s] ... ok {0} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_group [1.487235s] ... ok {5} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_update_ethertype [0.080621s] ... ok {1} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_non_consecutive_tap_port_pair_groups [3.524950s] ... ok {10} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_pair_update_ingress [0.089464s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/flowclassifier/driver_manager.py", line 103, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.flowclassifier.common.exceptions.FlowClassifierException: An unknown exception occurred. Flow Classifier driver 'mock_driver' failed in create_flow_classifier_precommit {10} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_create_flow_classifier_precommit_exception [0.024143s] ... ok {14} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_chain_chain_parameters [1.443249s] ... ok {10} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_update_flow_classifier_postcommit_called [0.022481s] ... ok {5} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_chain_all_fields [0.114932s] ... ok {8} networking_sfc.tests.unit.extensions.test_servicegraph.ServiceGraphExtensionTestCase.test_update_service_graph [0.356957s] ... ok {8} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_pair_update [0.099964s] ... ok {14} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_list_all_fields [0.208871s] ... ok {17} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_group_all_fields [1.145113s] ... ok {8} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_chain_nonuuid_flow_classifiers [0.092022s] ... ok {8} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_group_all_fields [0.111072s] ... ok {14} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_update_destination_port_range_min [0.157584s] ... ok {8} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_group_with_default_fields [0.111559s] ... ok {9} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_list_port_chains_with_params [1.564053s] ... ok {5} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_chain_empty_chain_parameters [0.479056s] ... ok {14} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_update_logical_source_port [0.169059s] ... ok {12} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain [1.249027s] ... ok {8} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_pair_list [0.132054s] ... ok {8} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_pair_update [0.092904s] ... ok {5} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_chain_none_chain_parameters [0.194419s] ... ok {14} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_chain_invalid_chain_parameters_symmetric [0.187324s] ... ok {5} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_group_invalid_lb_fields_type [0.096384s] ... ok {4} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_delete_port_chain_noexist [1.934839s] ... ok {14} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_group_all_fields [0.113991s] ... ok {5} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_pair_group_delete [0.102472s] ... ok {14} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_group_invalid_lb_fields [0.097599s] ... ok {7} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_empty_port_pair_groups [1.919896s] ... ok {5} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_validate_list_of_allowed_values [0.091165s] ... ok {14} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_pair_group_update [0.093680s] ... ok {11} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_flow_classifiers_basic_the_same [2.414957s] ... ok {18} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_service_graph_branching_ppg_no_src_corr_fail [4.254799s] ... ok {5} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_chain_all_fields_with_symmetric [0.115031s] ... ok {5} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_chain_empty_port_pair_groups [0.098493s] ... ok {15} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_list_port_pairs [2.930415s] ... ok {3} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_none_service_function_parameters [2.365572s] ... ok {2} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_not_all_fields_conflict [2.892978s] ... ok {5} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_invalid_service_function_parameters [0.099962s] ... ok {14} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_pair_group_list [0.409128s] ... ok {14} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_update_flow_classifier_precommit_called [0.022877s] ... ok {6} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_service_graph_with_direct_loop_fail [1.813619s] ... ok {5} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_nouuid_ingress [0.199837s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) DELETE failed. Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1244, in _execute_context cursor, statement, parameters, context File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/default.py", line 552, in do_execute cursor.execute(statement, parameters) sqlite3.IntegrityError: FOREIGN KEY constraint failed The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pecan/core.py", line 683, in __call__ self.invoke_controller(controller, args, kwargs, state) File "/usr/lib/python3.6/site-packages/pecan/core.py", line 574, in invoke_controller result = controller(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 139, in wrapped setattr(e, '_RETRY_EXCEEDED', True) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 154, in wrapper ectxt.value = e.inner_exc File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 183, in wrapped LOG.debug("Retry wrapper got retriable exception: %s", e) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 179, in wrapped return f(*dup_args, **dup_kwargs) File "/usr/lib/python3.6/site-packages/neutron/pecan_wsgi/controllers/utils.py", line 76, in wrapped return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron/pecan_wsgi/controllers/utils.py", line 115, in wrapped f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron/pecan_wsgi/controllers/resource.py", line 85, in delete return self.plugin_deleter(*deleter_args) File "/usr/lib/python3.6/site-packages/neutron/common/utils.py", line 687, in inner return f(self, context, *args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 233, in wrapped return method(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 139, in wrapped setattr(e, '_RETRY_EXCEEDED', True) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 154, in wrapper ectxt.value = e.inner_exc File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 183, in wrapped LOG.debug("Retry wrapper got retriable exception: %s", e) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 179, in wrapped return f(*dup_args, **dup_kwargs) File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/plugin.py", line 1955, in delete_port super(Ml2Plugin, self).delete_port(context, id) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 233, in wrapped return method(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron/db/db_base_plugin_v2.py", line 1513, in delete_port self.ipam.delete_port(context, id) File "/usr/lib/python3.6/site-packages/neutron/db/ipam_pluggable_backend.py", line 495, in delete_port port['fixed_ips']) File "/usr/lib/python3.6/site-packages/neutron/db/ipam_pluggable_backend.py", line 110, in _ipam_deallocate_ips "external system for %s", addresses) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron/db/ipam_pluggable_backend.py", line 86, in _ipam_deallocate_ips ipam_subnet = ipam_driver.get_subnet(ip['subnet_id']) File "/usr/lib/python3.6/site-packages/neutron/ipam/drivers/neutrondb_ipam/driver.py", line 337, in get_subnet return NeutronDbSubnet.load(subnet_id, self._context) File "/usr/lib/python3.6/site-packages/neutron/ipam/drivers/neutrondb_ipam/driver.py", line 94, in load ctx, neutron_subnet_id) File "/usr/lib/python3.6/site-packages/neutron/ipam/drivers/neutrondb_ipam/db_api.py", line 30, in load_by_neutron_subnet_id context, neutron_subnet_id=neutron_subnet_id) File "/usr/lib/python3.6/site-packages/neutron/objects/base.py", line 640, in get_objects cls, context, _pager=_pager, **cls.modify_fields_to_db(kwargs)) File "/usr/lib/python3.6/site-packages/neutron/objects/db/api.py", line 52, in get_objects **(_pager.to_kwargs(context, obj_cls) if _pager else {})) File "/usr/lib/python3.6/site-packages/neutron_lib/db/model_query.py", line 311, in get_collection for c in query File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 3316, in __iter__ self.session._autoflush() File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 1576, in _autoflush self.flush() File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 2451, in flush self._flush(objects) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 2589, in _flush transaction.rollback(_capture_exception=True) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 68, in __exit__ compat.reraise(exc_type, exc_value, exc_tb) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/compat.py", line 129, in reraise raise value File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 2549, in _flush flush_context.execute() File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/unitofwork.py", line 422, in execute rec.execute(self) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/unitofwork.py", line 624, in execute uow, File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/persistence.py", line 348, in delete_obj delete, File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/persistence.py", line 1305, in _emit_delete_statements c = connection.execute(statement, del_objects) File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 988, in execute return meth(self, multiparams, params) File "/usr/lib64/python3.6/site-packages/sqlalchemy/sql/elements.py", line 287, in _execute_on_connection return connection._execute_clauseelement(self, multiparams, params) File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1107, in _execute_clauseelement distilled_params, File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1248, in _execute_context e, statement, parameters, cursor, context File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1464, in _handle_dbapi_exception util.raise_from_cause(newraise, exc_info) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/compat.py", line 383, in raise_from_cause reraise(type(exception), exception, tb=exc_tb, cause=cause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/compat.py", line 128, in reraise raise value.with_traceback(tb) File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1244, in _execute_context cursor, statement, parameters, context File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/default.py", line 552, in do_execute cursor.execute(statement, parameters) oslo_db.exception.DBReferenceError: (sqlite3.IntegrityError) FOREIGN KEY constraint failed [SQL: DELETE FROM ports WHERE ports.id = ?] [parameters: ('4a4ece66-636c-4099-b6c4-c61a4bf694d2',)] (Background on this error at: http://sqlalche.me/e/gkpj) {15} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_chain_all_fields_with_symmetric [0.302080s] ... ok {13} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_delete_egress_port_pair_exist [2.875136s] ... ok {15} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_chain_nonuuid_flow_classifiers [0.174628s] ... ok {5} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_chain_list [0.266265s] ... ok {10} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_invalid_ip_prefix [1.899234s] ... ok {19} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_chain_conflict_flow_classifiers [2.922045s] ... ok {4} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_show_port_pair_group_noexist [1.347516s] ... ok {4} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_update_l7_parameters [0.110115s] ... ok {1} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_group_with_port_pairs [2.416644s] ... ok {4} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_chain_multiple_chain_parameters [0.116345s] ... ok {15} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_chain_nonuuid_port_pair_groups [0.733183s] ... ok {4} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_invalid_service_function_parameters [0.092354s] ... ok {4} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_chain_update [0.096953s] ... ok {15} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_nouuid_ingress [0.185944s] ... ok {4} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_pair_group_update_nonuuid_port_pairs [0.097354s] ... ok {6} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_service_graph_with_inexistent_port_chains [1.270989s] ... ok {8} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_all_supported_ip_prefix [2.062321s] ... ok {4} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_group_none_parameters [0.119516s] ... ok {4} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_create_flow_classifier_postcommit_called [0.021988s] ... ok {3} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_with_nouuid_egress [1.546825s] ... ok {15} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_chain_update_chain_parameters [0.189734s] ... ok {4} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_delete_flow_classifier_called [0.020823s] ... ok {13} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_delete_port_chain_part_of_graph_fail [1.311222s] ... ok {16} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_chain_flow_classifiers_basic_the_same [3.306229s] ... ok {9} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_quota_create_port_chain [2.412661s] ... ok {15} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_chain_all_fields [0.109083s] ... ok {15} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_chain_empty_chain_parameters [0.106821s] ... ok {11} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_multi_flow_classifiers [2.023603s] ... ok {14} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_invalid_ethertype [1.631122s] ... ok {16} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_ip_prefix_invalid_cidr [0.229760s] ... ok {12} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_group_share_port_pair_id [2.569254s] ... ok {15} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_chain_invalid_chain_parameters_correlation [0.094864s] ... ok {15} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_all_fields [0.109581s] ... ok {7} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_group_with_none_parameters [2.346125s] ... ok {15} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_nouuid_egress [0.092542s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/flowclassifier/driver_manager.py", line 103, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.flowclassifier.common.exceptions.FlowClassifierException: An unknown exception occurred. Flow Classifier driver 'mock_driver' failed in create_flow_classifier_postcommit {15} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_create_flow_classifier_postcommit_exception [0.023013s] ... ok {16} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_list_unknown_fields [0.254029s] ... ok {0} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_service_graph_unambiguous_branch [3.528269s] ... ok {16} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_chain_invalid_chain_parameters_correlation [0.107775s] ... ok {16} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair [0.118989s] ... ok {2} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_source_ip_prefix_conflict [2.386535s] ... ok {16} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_chain_delete [0.094778s] ... ok {17} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_group_inconsistent_correlations [3.531331s] ... ok {16} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_pair_get [0.094447s] ... ok {10} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_update_flow_classifier_precommit_driver_manager_exception [1.946015s] ... ok {10} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_del_fcs_no_proxy_mpls [0.052842s] ... ok {16} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_non_service_function_parameters [0.109169s] ... ok {10} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_next_hops_del_fcs_nh_mpls [0.040799s] ... ok {10} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_reverse_ufr_src_node_graph_dependent_join_same_h_mpls [0.039644s] ... ok {19} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_chain_replace_flow_classifiers [1.981580s] ... ok {9} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_show_port_pair_noexist [1.118751s] ... ok {19} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_update_source_port_range_max [0.173889s] ... ok {6} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_list_port_pair_groups [1.447393s] ... ok {19} networking_sfc.tests.unit.extensions.test_servicegraph.ServiceGraphExtensionTestCase.test_delete_service_graph [0.079675s] ... ok {10} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_many_hops_all_nsh [0.303101s] ... ok {10} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_empty_next_hops_add_fcs_del_fcs_mpls [0.044940s] ... ok {10} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_graph_dependent_join_same_h_mpls [0.042381s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) update_flow_classifier_postcommit failed. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/flowclassifier/plugin.py", line 82, in update_flow_classifier fc_db_context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.flowclassifier.common.exceptions.FlowClassifierDriverError: update_flow_classifier_postcommit failed. Update flow classifier failed, flow_classifier '6ddd0553-aa39-4caa-8e0f-f3c854c40139' {5} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_update_flow_classifier_postcommit_driver_manager_exception [2.667167s] ... ok {5} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_empty_del_fcs_no_proxy_mpls [0.046966s] ... ok {11} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_chain_with_unknown_port_pair_group_id [1.449774s] ... ok {5} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_same_h_a_no_proxy_nh_mpls [0.039622s] ... ok {19} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_invalid_correlation [0.358499s] ... ok {8} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_invalid_l7_parameters [1.837821s] ... ok {19} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_pair_list [0.130670s] ... ok {3} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_service_graph_with_already_used_pcs_fail [1.894258s] ... ok {1} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_ingress_egress_different_hosts [2.391956s] ... ok {19} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_group_invalid_ppg_n_tuple_mapping_key [0.090489s] ... ok {19} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_create_flow_classifier_precommit_called [0.021434s] ... ok {17} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_group_with_default_parameters [1.097723s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/flowclassifier/driver_manager.py", line 103, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.flowclassifier.common.exceptions.FlowClassifierException: An unknown exception occurred. Flow Classifier driver 'mock_driver' failed in delete_flow_classifier_postcommit {19} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_delete_flow_classifier_postcommit_exception [0.022410s] ... ok {0} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_delete_port_pair_group_noexist [1.590838s] ... ok {15} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_list_flow_classifiers [1.924517s] ... ok {14} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_delete_flow_classifier [2.313409s] ... ok {14} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_empty_del_fcs_mpls [0.052510s] ... ok {10} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_delete_port_chain [1.234088s] ... ok {10} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_port_chain_precommit_called [0.023130s] ... ok {7} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_tap_port_pair_group_with_single_port_pair [2.305600s] ... ok {10} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_chain_called [0.023816s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in delete_port_chain {10} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_chain_exception [0.021307s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in delete_port_pair {10} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_pair_exception [0.021673s] ... ok {10} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_pair_group_precommit_called [0.021296s] ... ok {14} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_next_hops_del_fcs_no_proxy_nsh [0.305354s] ... ok {14} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_reverse_ufr_lastsf_node_graph_dependency_same_h_a_mpls [0.037663s] ... ok {16} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_show_flow_classifier [1.905223s] ... ok {14} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_many_hops_all_mpls [0.039291s] ... ok {16} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_empty_del_fcs_no_proxy_nsh [0.049211s] ... ok {14} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_add_fcs_no_proxy_nsh [0.038860s] ... ok {16} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_tap_node_next_hop_default_sf_mpls_del_fcs [0.039426s] ... ok {14} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_same_host_add_fcs_nh_mpls [0.039196s] ... ok {16} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_empty_next_hops_no_proxy_nsh [0.039166s] ... ok {14} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_same_host_add_fcs_nh_nsh [0.039523s] ... ok {14} networking_sfc.tests.unit.services.sfc.common.test_ovs_ext_lib.GetPortMaskTestCase.test_invalid_port_range [0.020433s] ... ok {16} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_next_hops_add_fcs_nsh [0.037351s] ... ok {16} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_ingress_flow_rule_tap_sf [0.039505s] ... ok {16} networking_sfc.tests.unit.services.sfc.common.test_ovs_ext_lib.GetPortMaskTestCase.test_multi_port_masks [0.021025s] ... ok {16} networking_sfc.tests.unit.services.sfc.common.test_ovs_ext_lib.GetPortMaskTestCase.test_single_port [0.290424s] ... ok {6} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_show_port_pair [2.235789s] ... ok {11} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_with_invalid_correlation [2.104829s] ... ok {17} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_with_unknown_egress [1.787183s] ... ok {13} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_pair_group_consistency_checks [3.741574s] ... ok {13} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_port_small [0.108961s] ... ok {13} networking_sfc.tests.unit.extensions.test_servicegraph.ServiceGraphExtensionTestCase.test_create_service_graph [0.100627s] ... ok {3} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_delete_port_pair [2.196346s] ... ok {12} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_service_graph_branching_ppg_no_dst_corr_fail [3.787713s] ... ok {13} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_chain_invalid_chain_parameters [0.098356s] ... ok {9} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_tap_port_chain_consistency [2.917111s] ... ok {7} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_list_port_chains_with_unknown_params [1.371983s] ... ok {13} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_empty_service_function_parameters [0.108262s] ... ok {9} networking_sfc.tests.unit.extensions.test_servicegraph.ServiceGraphExtensionTestCase.test_list_service_graph [0.144957s] ... ok {13} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_chain_invalid_chain_parameters [0.090098s] ... ok {14} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain [1.177724s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in create_service_graph_precommit {14} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_service_graph_precommit_exception [0.023318s] ... ok {14} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_pair_group_postcommit_called [0.021820s] ... ok {14} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_port_chain_postcommit_called [0.023288s] ... ok {19} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_all_supported_ethertype [2.379385s] ... ok {1} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_port_pair_with_nouuid_ingress [2.504639s] ... ok {13} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_empty_service_function_parameters [0.107113s] ... ok {8} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_unknown_port_id [2.712410s] ... ok {4} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_ethertype_conflict [4.488365s] ... ok {13} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_invalid_correlation [0.090159s] ... ok {10} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_all_fields [1.661970s] ... ok {0} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_list_port_pairs_with_params [2.431163s] ... ok {18} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_quota_create_port_pair_quota [6.518458s] ... ok {0} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_invalid_protocol [0.228133s] ... ok {9} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_chain_update_nonuuid_port_pair_groups [0.628467s] ... ok {0} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_port_id_nouuid [0.171999s] ... ok {9} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_pair_update_egress [0.203602s] ... ok {0} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_invalid_weight [0.154147s] ... ok {15} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_quota_create_flow_classifier [2.715016s] ... ok {9} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_chain_multiple_chain_parameters [0.110695s] ... ok {15} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_next_hops_del_fcs_no_proxy_mpls [0.106594s] ... ok {9} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_group_empty_parameters [0.122963s] ... ok {17} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_service_graph_branching_no_class [1.524638s] ... ok {15} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_next_hops_del_fcs_no_proxy_nh_mpls [0.078104s] ... ok {9} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_chain_update_nonuuid_flow_classifiers [0.091295s] ... ok {15} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_empty_next_hops_add_fcs_del_fcs_mpls [0.084325s] ... ok {9} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_pair_delete [0.091594s] ... ok {0} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_nouuid_egress [0.365347s] ... ok {15} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_empty_next_hops_a_d_no_proxy_mpls [0.074987s] ... ok {9} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_pair_update_egress [0.091552s] ... ok {0} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_pair_delete [0.093023s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/flowclassifier/driver_manager.py", line 103, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.flowclassifier.common.exceptions.FlowClassifierException: An unknown exception occurred. Flow Classifier driver 'mock_driver' failed in update_flow_classifier_postcommit {9} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_update_flow_classifier_postcommit_exception [0.022592s] ... ok {0} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_group_with_tap_enabled [0.107914s] ... ok {0} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_pair_get [0.090561s] ... ok {1} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_delete_port_pair_group_port_chain_exist [1.425477s] ... ok {12} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_list_port_chains [1.782788s] ... ok {0} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_update_port_pair_group_tap_enabled_field [0.089372s] ... ok {13} networking_sfc.tests.unit.services.flowclassifier.drivers.ovs.test_driver.OVSFlowClassifierDriverTestCase.test_create_flow_classifier_precommit_no_logical_source_port [1.398362s] ... ok {13} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_del_fcs_mpls [0.049742s] ... ok {1} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_logical_source_port [0.146183s] ... ok {13} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_reverse_ufr_src_node_graph_dependent_join_same_h_nsh [0.038830s] ... ok {13} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_add_fcs_no_proxy [0.035562s] ... ok {1} networking_sfc.tests.unit.extensions.test_servicegraph.ServiceGraphExtensionTestCase.test_get_service_graph [0.077828s] ... ok {13} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_add_fcs_no_proxy_mpls [0.038139s] ... ok {13} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_graph_dependent_same_h_a_nsh [0.037876s] ... ok {11} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_service_graph_with_joining_branches [2.350619s] ... ok {14} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_driver_manager_called [1.732660s] ... ok {13} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_next_hops_same_host_a_no_proxy_mpls [0.038248s] ... ok {1} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_chain_get [0.102593s] ... ok {1} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_group_invalid_lb_fields [0.097963s] ... ok {8} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_update_flow_classifier_driver_manager_called [1.818560s] ... ok {5} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_with_flow_classifiers_port_pairs [4.582488s] ... ok {8} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_next_hops_del_fcs_no_proxy_nh_nsh [0.049033s] ... ok {1} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_pair_group_update [0.093819s] ... ok {8} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_empty_del_fcs_no_proxy_mpls [0.038619s] ... ok {8} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_empty_next_hops_no_proxy_mpls [0.036227s] ... ok {1} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_validate_list_of_allowed_values [0.086547s] ... ok {8} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_same_host_add_fcs_mpls [0.064729s] ... ok {3} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_pair_service_function_parameters [2.435085s] ... ok {8} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_next_hops_same_host_add_fcs_mpls [0.073318s] ... ok {6} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_pair_group [2.977375s] ... ok {8} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_tap_node_next_hop_default_sf_mpls_add_fcs [0.066964s] ... ok {19} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_all_supported_port_protocol [2.252026s] ... ok {3} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_invalid_l7_parameters [0.144414s] ... ok {7} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_chain_add_port_pair_groups [2.499189s] ... ok {18} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_chain_add_flow_classifiers [1.878762s] ... ok {4} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_nouuid_port_id [2.215778s] ... ok {6} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier [0.287166s] ... ok {17} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_create_service_graph_with_multiple_starts [1.583612s] ... ok {6} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_invalid_ethertype [0.080858s] ... ok {3} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_l7_parameters [0.286275s] ... ok {2} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_source_port_range_conflict [6.109561s] ... ok {6} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_delete [0.087721s] ... ok {6} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_group_nonuuid_port_pairs [0.109584s] ... ok {6} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_chain_update_chain_parameters [0.090260s] ... ok {12} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_list_port_pair_groups_with_unknown_params [1.382369s] ... ok {10} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_flow_classifiers_basic_the_same [2.730166s] ... ok {3} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_update [0.365189s] ... ok {12} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_all_fields [0.125558s] ... ok {6} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_chain_update_nonuuid_port_pair_groups [0.179093s] ... ok {3} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_pair_group_get [0.094453s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/flowclassifier/driver_manager.py", line 103, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.flowclassifier.common.exceptions.FlowClassifierException: An unknown exception occurred. Flow Classifier driver 'mock_driver' failed in delete_flow_classifier {6} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_delete_flow_classifier_exception [0.023017s] ... ok {6} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_delete_flow_classifier_precommit_called [0.038779s] ... ok {3} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_pair_group_list [0.134685s] ... ok {3} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_pair_update_service_function_parameters [0.093658s] ... ok {11} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_chain_replace_port_pair_groups [1.571559s] ... ok {3} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_chain [0.108638s] ... ok {14} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_empty_chain_parameters [1.660589s] ... ok {3} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_chain_none_chain_parameters [0.108606s] ... ok {12} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_destination_port_range [0.509512s] ... ok {3} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair [0.110603s] ... ok {3} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_initialize_called [0.021653s] ... ok {12} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_chain [0.115979s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/flowclassifier/driver_manager.py", line 103, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.flowclassifier.common.exceptions.FlowClassifierException: An unknown exception occurred. Flow Classifier driver 'mock_driver' failed in update_flow_classifier_precommit {6} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_update_flow_classifier_precommit_exception [0.593887s] ... ok {12} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_pair_update_service_function_parameters [0.089110s] ... ok {0} networking_sfc.tests.unit.services.flowclassifier.drivers.ovs.test_driver.OVSFlowClassifierDriverTestCase.test_create_flow_classifier_precommit [2.325152s] ... ok {9} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_destination_ip_prefix_conflict [2.627397s] ... ok {18} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_chain_part_of_graph_fail [1.570357s] ... ok {0} networking_sfc.tests.unit.services.flowclassifier.test_driver_manager.DriverManagerTestCase.test_delete_flow_classifier_postcommit_called [0.039928s] ... ok {17} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_delete_flow_classifier_port_chain_exist [1.917992s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) create_flow_classifier_postcommit failed. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/flowclassifier/plugin.py", line 58, in create_flow_classifier fc_db_context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.flowclassifier.common.exceptions.FlowClassifierDriverError: create_flow_classifier_postcommit failed. Create flow classifier failed, deleting flow_classifier '69f8c5b1-18c7-4a59-8368-91fcbd52f51a' {1} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_postcommit_driver_manager_exception [2.441613s] ... ok {2} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_list_flow_classifiers_with_unknown_params [1.932978s] ... ok {14} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_unknown_port_pair_group_id [1.118321s] ... ok {2} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_del_fcs_no_proxy_nsh [0.050782s] ... ok {2} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_next_hops_del_fcs_nsh [0.038685s] ... ok {2} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_next_hops_del_fcs_nh_mpls [0.038536s] ... ok {2} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_reverse_ufr_src_node_graph_dependent_diff_h_a_mpls [0.039199s] ... ok {7} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_pair_egress [2.445288s] ... ok {19} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_invalid_protocol [2.486853s] ... ok {2} networking_sfc.tests.unit.services.sfc.common.test_ovs_ext_lib.GetPortMaskTestCase.test_invalid_min_port [0.285126s] ... ok {4} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_port_id [2.883670s] ... ok {4} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_next_hops_del_fcs_nh_nsh [0.120670s] ... ok {4} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_del_fcs_no_proxy_mpls [0.042281s] ... ok {3} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_delete_flow_classifier_noexist [1.811120s] ... ok {4} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_ingress_flow_rule_tap_sf [0.052246s] ... ok {4} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_reverse_ufr_src_node_graph_dependent_same_h_a_mpls [0.041413s] ... ok {4} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_add_fcs_no_proxy_nh_nsh [0.040214s] ... ok {12} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_update_flow_classifer_unsupported_fields [1.833952s] ... ok {6} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier [1.879960s] ... ok {4} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_same_h_a_no_proxy_nsh [0.074484s] ... ok {12} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_empty_del_fcs_nsh [0.050780s] ... ok {9} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_invalid_ip_prefix_ethertype [1.752337s] ... ok {4} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_empty_next_hops_a_d_no_proxy_nsh [0.040001s] ... ok {12} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_next_hops_del_fcs_no_proxy_nsh [0.039903s] ... ok {4} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_graph_dependent_diff_h_a_mpls [0.038431s] ... ok {12} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_next_hops_del_fcs_no_proxy_nh_nsh [0.037495s] ... ok {4} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_graph_dependent_same_h_a_mpls [0.036981s] ... ok {12} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_tap_node_next_hop_default_sf_del_fcs [0.038590s] ... ok {4} networking_sfc.tests.unit.services.sfc.common.test_ovs_ext_lib.GetPortMaskTestCase.test_one_port_mask [0.021685s] ... ok {12} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_next_hops_same_host_add_fcs_nsh [0.038905s] ... ok {18} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_chain_remove_flow_classifiers [1.948898s] ... ok {11} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_tap_port_pair_group_consistency [2.540761s] ... ok {11} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_ip_prefix_no_cidr [0.116820s] ... ok {11} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_update_source_ip_prefix [0.081976s] ... ok {11} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_group_invalid_ppg_n_tuple_mapping_key [0.096946s] ... ok {11} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_non_service_function_parameters [0.111544s] ... ok {5} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_with_flow_classifiers_with_symmetric [4.424958s] ... ok {10} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_branching_ppg_both_corrs_ok [3.474752s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in create_port_pair_group_postcommit {14} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group [1.852809s] ... ok {5} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_port_pair_group_postcommit_exception [0.049479s] ... ok {11} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_chain_list [0.132322s] ... ok {5} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_port_pair_precommit_called [0.034238s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in create_port_pair_precommit {5} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_port_pair_precommit_exception [0.047985s] ... ok {11} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_chain_invalid_chain_parameters_symmetric [0.089936s] ... ok {5} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_service_graph_postcommit_called [0.048120s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) delete_flow_classifier failed. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/flowclassifier/plugin.py", line 97, in delete_flow_classifier self.driver_manager.delete_flow_classifier(fc_context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.flowclassifier.common.exceptions.FlowClassifierDriverError: delete_flow_classifier failed. Delete flow classifier failed, flow_classifier 'df16b572-f45d-4ee7-a882-4f28a81f1ebb' {5} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_pair_called [0.032866s] ... ok {17} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_quota_create_port_pair_group_quota [2.103844s] ... ok {5} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_service_graph_postcommit_called [0.021059s] ... ok {19} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_delete_flow_classifier_driver_manager_exception [1.811447s] ... ok {11} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_group_invalid_tap_enabled_value [0.129522s] ... ok {7} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_pair_ingress [2.218347s] ... ok {7} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_destination_ip_prefix [0.146727s] ... ok {7} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_source_ip_prefix [0.118225s] ... ok {18} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_chain_remove_port_pair_groups [1.482855s] ... ok {7} networking_sfc.tests.unit.extensions.test_servicegraph.ServiceGraphExtensionTestCase.test_create_service_graph_complex_dict [0.097049s] ... ok {1} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_logical_destination_port [2.847501s] ... ok {7} networking_sfc.tests.unit.extensions.test_servicegraph.ServiceGraphExtensionTestCase.test_update_service_graph_with_port_chains [0.077751s] ... ok {9} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_delete_flow_classifier_precommit_driver_manager_exception [1.786484s] ... ok {1} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_del_fcs_mpls [0.052282s] ... ok {9} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_next_hops_del_fcs_no_proxy_mpls [0.049554s] ... ok {1} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_next_hops_del_fcs_mpls [0.040953s] ... ok {9} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_empty_del_fcs_no_proxy_nsh [0.038824s] ... ok {1} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_lastsf_node_graph_dependency_same_h_a_nsh [0.038895s] ... ok {9} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_next_hops_del_fcs_nsh [0.039134s] ... ok {1} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_add_fcs_nh_nsh [0.037387s] ... ok {16} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_cross_subnet_source [8.426628s] ... ok {1} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_empty_next_hops [0.039540s] ... ok {9} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_empty_next_hops_a_d_no_proxy_nsh [0.039233s] ... ok {1} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_graph_dependent_diff_h_a_nsh [0.039627s] ... ok {10} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_chain_noexist [1.374759s] ... ok {7} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_chain_empty_port_pair_groups [0.375144s] ... ok {14} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group_all_fields [1.406163s] ... ok {6} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_driver_manager_called [2.282352s] ... ok {5} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_precommit_driver_manager_exception [1.337984s] ... ok {7} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_all_fields [0.148105s] ... ok {7} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_group [0.113771s] ... ok {7} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_chain_get [0.091298s] ... ok {19} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_show_flow_classifier_noexist [1.570616s] ... ok {19} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_empty_del_fcs_nsh [0.049255s] ... ok {3} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_list_flow_classifiers_with_params [2.788829s] ... ok {7} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_chain_update [0.092794s] ... ok {3} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_empty_del_fcs_mpls [0.052535s] ... ok {19} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_next_hops_del_fcs_nh_nsh [0.065663s] ... ok {3} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_many_hops_all_no_proxy_mpls [0.039168s] ... ok {3} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_next_hop_tap_sf_add_fcs [0.038663s] ... ok {19} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_empty_next_hops_add_fcs_del_fcs_nsh [0.122152s] ... ok {3} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_next_hops_add_fcs_no_proxy_nsh [0.041776s] ... ok {13} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_agent_init_multi_flow_classifiers_port_pairs [6.669705s] ... ok {19} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_add_fcs_no_proxy_nh [0.087934s] ... ok {8} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_agent_init_flow_classifiers_port_pairs [6.431239s] ... ok {19} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_add_fcs_nsh [0.360389s] ... ok {19} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_same_host_add_fcs_nsh [0.038413s] ... ok {19} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_graph_dependent_join_same_h_nsh [0.038135s] ... ok {19} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_next_hops_add_fcs_mpls [0.036479s] ... ok {10} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_pair_group_manager_called [1.381811s] ... ok {17} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_chain_consistency_with_consecutive_tap_ppg [2.688687s] ... ok {17} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_logical_destination_port [0.146647s] ... ok {17} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_port_large [0.093880s] ... ok {18} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_port_pair [2.271335s] ... ok {0} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_destination_port_range_conflict [5.812025s] ... ok {6} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_all_supported_protocol [2.160500s] ... ok {6} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_next_hops_del_fcs_no_proxy_nh_mpls [0.051465s] ... ok {6} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_del_fcs_no_proxy_nsh [0.040375s] ... ok {5} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_shared_port_pair_groups_different_order [2.204578s] ... ok {6} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_init_agent_empty_flowrules [0.039621s] ... ok {6} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_add_fcs_mpls [0.037432s] ... ok {6} networking_sfc.tests.unit.services.sfc.agent.extensions.test_sfc.SfcAgentExtensionTestCase.test_update_empty_flow_rules [0.026173s] ... ok {11} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_protocol_conflict [3.592443s] ... ok {17} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_update_destination_ip_prefix [0.753074s] ... ok {11} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_reverse_ufr_src_node_graph_dependent_same_h_a_nsh [0.049281s] ... ok {10} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_show_port_pair_group_noexist [1.132783s] ... ok {7} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_invalid_port_protocol [2.255152s] ... ok {17} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_group_none_parameters [0.244217s] ... ok {7} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_next_hops_tap_sf_del_fcs [0.056628s] ... ok {11} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_add_fcs_nh_mpls [0.307830s] ... ok {7} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_lastsf_node_graph_dependency_same_h_a_mpls [0.043885s] ... ok {17} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_group [0.114269s] ... ok {11} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_empty_next_hops_add_fcs_del_fcs_nsh [0.040074s] ... ok {7} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_empty_next_hops_nsh [0.042133s] ... ok {11} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_tap_node_next_hop_default_sf_add_fcs [0.037375s] ... ok {7} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flowrules_srcnode_no_nexthops_add_del_fcs_symmetric [0.043792s] ... ok {17} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_pair_invalid_weight_type [0.091436s] ... ok {11} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flows_def_sf_nxt_hop_tap_node_nxt_hop_def_sf_mpls_add_fcs [0.038601s] ... ok {11} networking_sfc.tests.unit.services.sfc.common.test_ovs_ext_lib.GetPortMaskTestCase.test_invalid_max_port [0.019814s] ... ok {17} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_pair_group_delete [0.092128s] ... ok {17} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_pair_group_get [0.091873s] ... ok {14} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_with_indirect_loop_fail [3.103789s] ... ok {18} networking_sfc.tests.unit.db.test_sfc_db.SfcDbPluginTestCase.test_update_service_graph [1.620354s] ... ok {16} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_with_port_pairs [3.754608s] ... ok {18} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_create_flow_classifier_ethertype [0.167378s] ... ok {18} networking_sfc.tests.unit.extensions.test_flowclassifier.FlowClassifierExtensionTestCase.test_flow_classifier_list [0.120753s] ... ok {18} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_create_port_pair_group_nonuuid_port_pairs [0.101485s] ... ok {18} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_chain_update_nonuuid_flow_classifiers [0.095189s] ... ok {18} networking_sfc.tests.unit.extensions.test_sfc.SfcExtensionTestCase.test_port_pair_update_ingress [0.093011s] ... ok {18} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_create_port_chain_nonuuid_port_pair_groups [0.090185s] ... ok {0} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_precommit_driver_manager_exception [2.216683s] ... ok {0} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_next_hops_del_fcs_mpls [0.052726s] ... ok {18} networking_sfc.tests.unit.extensions.test_tap.SFCTapExtensionTestCase.test_port_chain_delete [0.092343s] ... ok {0} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_next_hops_same_host_a_no_proxy_nsh [0.037234s] ... ok {15} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_agent_init_multi_port_groups_port_pairs [10.860652s] ... ok {14} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_chain [1.164408s] ... ok {13} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_delete_port_chain_of_tap_enabled_ppg [3.924117s] ... ok {4} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_service_graph_mpls [6.646094s] ... ok {4} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_port_pair_group_precommit_called [0.021401s] ... ok {4} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_chain_precommit_called [0.023895s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in delete_port_chain_precommit {4} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_chain_precommit_exception [0.022561s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {10} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_chain_remove_flow_classifiers [2.257710s] ... ok {5} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_consecutive_tap_port_pair_groups [2.592567s] ... ok {3} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_with_pp_fc_and_no_sfc_proxy_nsh [4.687057s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {17} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_all_fields [2.331024s] ... ok {8} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_with_pp_fc_and_no_sfc_proxy_mpls [4.916955s] ... ok {14} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_service_graph_driver_precommit_manager_exception [1.683352s] ... ok {18} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_create_flow_classifier_with_all_supported_l7_parameters [1.980012s] ... ok {5} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_default_chain_parameters [1.649245s] ... ok {4} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_multi_flow_classifiers [2.053739s] ... ok {0} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_agent_init_flow_classifiers [2.535072s] ... ok {13} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_delete_port_chain_with_flow_classifiers [2.785295s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in delete_port_pair_group_precommit {13} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_pair_group_precommit_exception [0.027049s] ... ok {13} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_pair_precommit_called [0.024582s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {17} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_update_flow_classifier [2.006599s] ... ok {13} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_port_chain_precommit_called [0.027227s] ... ok {17} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_reverse_ufr_lastsf_node_graph_dependency_same_h_a_nsh [0.051806s] ... ok {17} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_many_hops_all_no_proxy_nsh [0.039599s] ... ok {17} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_add_fcs_no_proxy_nh_mpls [0.039066s] ... ok {19} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_with_fcs_port_pairs_with_symmetric [6.404108s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {9} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_cross_subnet_ppg [8.102654s] ... ok {18} networking_sfc.tests.unit.services.flowclassifier.test_plugin.FlowClassifierPluginTestCase.test_delete_flow_classifer_driver_manager_called [1.858990s] ... ok {18} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_sf_node_del_fcs_nsh [0.055628s] ... ok {18} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_delete_flow_rules_src_node_del_fcs_nsh [0.054011s] ... ok {18} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_reverse_ufr_src_node_graph_dependent_diff_h_a_nsh [0.125450s] ... ok {18} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_empty_next_hops_a_d_no_proxy_mpls [0.073900s] ... ok {18} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_empty_next_hops_mpls [0.040907s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {18} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_same_h_a_no_proxy_mpls [0.047920s] ... ok {18} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_sf_node_next_hops_same_h_a_no_proxy_nh_nsh [0.055249s] ... ok {18} networking_sfc.tests.unit.services.sfc.agent.extensions.openvswitch.test_sfc_driver.SfcAgentDriverTestCase.test_update_flow_rules_src_node_next_hops_add_fcs_no_proxy_mpls [0.058511s] ... ok {4} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group_inconsistent_correlations [2.312672s] ... ok {19} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_with_symmetric [1.522172s] ... ok {19} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_port_pair_postcommit_called [0.021405s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {6} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_with_default_and_tap_enabled_ppg [7.083406s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) DELETE failed. Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1244, in _execute_context cursor, statement, parameters, context File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/default.py", line 552, in do_execute cursor.execute(statement, parameters) sqlite3.IntegrityError: FOREIGN KEY constraint failed The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pecan/core.py", line 683, in __call__ self.invoke_controller(controller, args, kwargs, state) File "/usr/lib/python3.6/site-packages/pecan/core.py", line 574, in invoke_controller result = controller(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 139, in wrapped setattr(e, '_RETRY_EXCEEDED', True) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 154, in wrapper ectxt.value = e.inner_exc File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 183, in wrapped LOG.debug("Retry wrapper got retriable exception: %s", e) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 179, in wrapped return f(*dup_args, **dup_kwargs) File "/usr/lib/python3.6/site-packages/neutron/pecan_wsgi/controllers/utils.py", line 76, in wrapped return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron/pecan_wsgi/controllers/utils.py", line 115, in wrapped f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron/pecan_wsgi/controllers/resource.py", line 85, in delete return self.plugin_deleter(*deleter_args) File "/usr/lib/python3.6/site-packages/neutron/common/utils.py", line 687, in inner return f(self, context, *args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 233, in wrapped return method(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 139, in wrapped setattr(e, '_RETRY_EXCEEDED', True) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 154, in wrapper ectxt.value = e.inner_exc File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 183, in wrapped LOG.debug("Retry wrapper got retriable exception: %s", e) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 179, in wrapped return f(*dup_args, **dup_kwargs) File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/plugin.py", line 1955, in delete_port super(Ml2Plugin, self).delete_port(context, id) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 233, in wrapped return method(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron/db/db_base_plugin_v2.py", line 1513, in delete_port self.ipam.delete_port(context, id) File "/usr/lib/python3.6/site-packages/neutron/db/ipam_pluggable_backend.py", line 495, in delete_port port['fixed_ips']) File "/usr/lib/python3.6/site-packages/neutron/db/ipam_pluggable_backend.py", line 110, in _ipam_deallocate_ips "external system for %s", addresses) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron/db/ipam_pluggable_backend.py", line 86, in _ipam_deallocate_ips ipam_subnet = ipam_driver.get_subnet(ip['subnet_id']) File "/usr/lib/python3.6/site-packages/neutron/ipam/drivers/neutrondb_ipam/driver.py", line 337, in get_subnet return NeutronDbSubnet.load(subnet_id, self._context) File "/usr/lib/python3.6/site-packages/neutron/ipam/drivers/neutrondb_ipam/driver.py", line 94, in load ctx, neutron_subnet_id) File "/usr/lib/python3.6/site-packages/neutron/ipam/drivers/neutrondb_ipam/db_api.py", line 30, in load_by_neutron_subnet_id context, neutron_subnet_id=neutron_subnet_id) File "/usr/lib/python3.6/site-packages/neutron/objects/base.py", line 640, in get_objects cls, context, _pager=_pager, **cls.modify_fields_to_db(kwargs)) File "/usr/lib/python3.6/site-packages/neutron/objects/db/api.py", line 52, in get_objects **(_pager.to_kwargs(context, obj_cls) if _pager else {})) File "/usr/lib/python3.6/site-packages/neutron_lib/db/model_query.py", line 311, in get_collection for c in query File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 3316, in __iter__ self.session._autoflush() File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 1576, in _autoflush self.flush() File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 2451, in flush self._flush(objects) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 2589, in _flush transaction.rollback(_capture_exception=True) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 68, in __exit__ compat.reraise(exc_type, exc_value, exc_tb) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/compat.py", line 129, in reraise raise value File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 2549, in _flush flush_context.execute() File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/unitofwork.py", line 422, in execute rec.execute(self) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/unitofwork.py", line 624, in execute uow, File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/persistence.py", line 348, in delete_obj delete, File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/persistence.py", line 1305, in _emit_delete_statements c = connection.execute(statement, del_objects) File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 988, in execute return meth(self, multiparams, params) File "/usr/lib64/python3.6/site-packages/sqlalchemy/sql/elements.py", line 287, in _execute_on_connection return connection._execute_clauseelement(self, multiparams, params) File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1107, in _execute_clauseelement distilled_params, File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1248, in _execute_context e, statement, parameters, cursor, context File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1464, in _handle_dbapi_exception util.raise_from_cause(newraise, exc_info) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/compat.py", line 383, in raise_from_cause reraise(type(exception), exception, tb=exc_tb, cause=cause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/compat.py", line 128, in reraise raise value.with_traceback(tb) File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1244, in _execute_context cursor, statement, parameters, context File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/default.py", line 552, in do_execute cursor.execute(statement, parameters) oslo_db.exception.DBReferenceError: (sqlite3.IntegrityError) FOREIGN KEY constraint failed [SQL: DELETE FROM ports WHERE ports.id = ?] [parameters: ('a1fb766d-b96d-44e3-9ffa-e828099e4676',)] (Background on this error at: http://sqlalche.me/e/gkpj) {5} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_egress_port_pair_exist [3.130692s] ... ok {13} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_empty_service_function_parameters [2.383607s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {19} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_invalid_chain_parameters_symmetric [1.267046s] ... ok {4} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_with_nouuid_ingress [1.659756s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {14} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_quota_create_port_pair_quota [4.891876s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {12} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_multi_port_groups_multi_port_pairs [12.876186s] ... ok {5} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_chain_manager_called [1.235048s] ... ok {13} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_ppg_with_all_params_and_tap_enabled_parameter_true [1.577533s] ... ok {2} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_service_graph_complex_nsh [14.302005s] ... ok {16} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_update_port_chain_delete_port_pair [8.424200s] ... ok {19} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_nsh_correlation [1.571336s] ... ok {16} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_pair_group_called [0.021560s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in delete_port_pair_postcommit {16} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_pair_postcommit_exception [0.022497s] ... ok {16} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_service_graph_precommit_called [0.021225s] ... ok {4} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_with_unknown_ingress [1.754330s] ... ok {5} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_chain_add_port_pair_groups [1.659752s] ... ok {0} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_fcs_port_pairs_ppg_n_tuple_symmetric [6.124998s] ... ok {13} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_with_joining_branches [1.500881s] ... ok {3} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_update_port_chain_replace_port_pair_group [7.703933s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {3} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_chain_postcommit_called [0.022136s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in delete_port_pair_group_postcommit {3} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_pair_group_postcommit_exception [0.025403s] ... ok {8} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_service_graph_nsh [7.477148s] ... ok {11} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_agent_init_port_groups_multi_port_pairs [10.402733s] ... ok {1} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_service_graph_complex_mpls [13.642947s] ... ok {4} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_chain_driver_precommit_manager_exception [1.426228s] ... ok {16} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_multi_port_chain_with_flow_classifiers [2.115875s] ... ok {3} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_all_fields_with_symmetric [1.161918s] ... ok {6} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_with_fc_ppg_n_tuple_mapping [4.745217s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) create_port_pair_postcommit failed. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/plugin.py", line 124, in create_port_pair self.driver_manager.create_port_pair_postcommit(portpair_context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcDriverError: create_port_pair_postcommit failed. Create port pair failed, deleting port_pair '7871ddd8-b232-4517-bf0b-29275d80d6dd' {19} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_postcommit_driver_manager_exception [2.352405s] ... ok {13} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_service_graph_driver_postcommit_manager_exception [1.494923s] ... ok {8} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_invalid_chain_parameters [1.132498s] ... ok {5} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_chain_replace_flow_classifiers [2.049972s] ... ok {12} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_with_tap_enabled_ppg_only [4.094075s] ... ok {4} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_list_port_pair_groups [1.148201s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {0} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_precommit_symmetric_no_logical_dst_port [2.311949s] ... ok {19} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_pair_group_noexist [1.223348s] ... ok {3} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_unknown_flow_classifiers [1.397059s] ... ok {7} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_agent_init_service_graphs_mpls [12.747704s] ... ok {16} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_empty_flow_classifiers [1.523425s] ... ok {2} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_delete_port_chain_with_flow_classifiers_port_pairs [4.510812s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_port_pair_group_postcommit_called [0.021956s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_port_pair_group_postcommit_called [0.021753s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in update_port_pair_postcommit {2} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_port_pair_postcommit_exception [0.022457s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in update_service_graph_precommit {2} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_service_graph_precommit_exception [0.022883s] ... ok {8} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_none_chain_parameters [1.816916s] ... ok {11} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_agent_init_port_pairs [3.522405s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in create_port_chain_precommit {11} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_port_chain_precommit_exception [0.023497s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in delete_service_graph_postcommit {11} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_service_graph_postcommit_exception [0.022273s] ... ok {11} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_initialize_called [0.022922s] ... ok {3} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_no_port_pair_groups [1.334532s] ... ok {18} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_update_port_chain_add_port_pair [8.414965s] ... ok {18} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_service_graph_precommit_called [0.020824s] ... ok {17} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_with_multi_fcs_port_pairs_with_symmetric [9.410477s] ... ok {19} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_list_port_chains_with_unknown_params [1.676773s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) update_port_pair_postcommit failed. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/plugin.py", line 146, in update_port_pair self.driver_manager.update_port_pair_postcommit(portpair_context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcDriverError: update_port_pair_postcommit failed. Update port pair failed, port_pair '41ea2659-7177-4945-b8c0-3daf41a83322' {5} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_pair_postcommit_driver_manager_exception [2.585254s] ... ok {15} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_agent_init_service_graphs_nsh [13.047075s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in create_service_graph_postcommit {15} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_service_graph_postcommit_exception [0.022569s] ... ok {15} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_service_graph_postcommit_called [0.021243s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_empty_port_pair_groups [1.351908s] ... ok {16} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_with_unknown_egress [1.929880s] ... ok {13} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_list_port_pairs [3.270939s] ... ok {9} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_multi_port_groups_port_pairs [10.041265s] ... ok {8} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group_precommit_driver_manager_exception [1.894762s] ... ok {3} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_same_port_pair_groups [1.222442s] ... ok {18} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_multi_port_pair_groups [1.206408s] ... ok {7} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_with_flow_classifiers [2.578740s] ... ok {19} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_quota_create_port_pair_group_quota [1.466841s] ... ok {15} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_none_flow_classifiers [1.516536s] ... ok {11} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair [2.246049s] ... ok {8} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group_with_none_parameters [1.084434s] ... ok {3} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_empty_input [1.384719s] ... ok {16} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_pair_manager_called [2.197847s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_port_pairs [2.508669s] ... ok {15} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group_with_tap_enabled_parameter_true [1.178461s] ... ok {13} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_chain_consistency_with_consecutive_tap_ppg [2.555011s] ... ok {6} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_update_port_chain_replace_flow_classifier [6.033275s] ... ok {19} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_chain_add_flow_classifiers [2.014855s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {8} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_precommit_driver_manager_exception [1.637129s] ... ok {18} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_nsh_correlation_incompatible_ppg_fail [2.904710s] ... ok {3} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_linear_dependency_only [1.577160s] ... ok {7} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_delete_port_chain_with_port_pairs [3.109684s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in create_port_chain_postcommit {7} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_port_chain_postcommit_exception [0.022403s] ... ok {0} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_with_multi_flow_classifiers_port_pairs [6.163578s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in delete_port_chain_postcommit {7} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_chain_postcommit_exception [0.023097s] ... ok {0} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_pair_postcommit_called [0.021410s] ... ok {11} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group_share_port_pair_id [2.269763s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chains_with_conflicting_chain_ids [1.501312s] ... ok {13} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_chain_replace_port_pair_groups [1.257468s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in update_port_pair_group_postcommit {7} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_port_pair_group_postcommit_exception [0.318976s] ... ok {6} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group_with_nouuid_port_pair_id [1.422949s] ... ok {15} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_with_no_egress [1.890218s] ... ok {16} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_show_port_pair [2.306868s] ... ok {18} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group_with_default_parameters [1.081553s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) delete_port_pair_group failed. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/plugin.py", line 231, in delete_port_pair_group self.driver_manager.delete_port_pair_group(portpairgroup_context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcDriverError: delete_port_pair_group failed. Delete port pair group failed, port_pair_group 'c5af0378-353c-42b4-8a85-7054f7cb5791' {8} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_pair_group_driver_manager_exception [1.371357s] ... ok {3} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_same_chain_fail [1.279276s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) create_port_chain_postcommit failed. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/plugin.py", line 59, in create_port_chain portchain_db_context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcDriverError: create_port_chain_postcommit failed. Create port chain failed, deleting port_chain 'cb2fb3a0-6c84-46b9-b818-56117f1307bc' {7} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_nouuid_flow_classifiers [1.106842s] ... ok {0} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_postcommit_driver_manager_exception [1.457077s] ... ok {19} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_pair_precommit_driver_manager_exception [2.260564s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {11} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_with_multiple_starts [1.668429s] ... ok {16} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_pair_group_driver_manager_called [1.101768s] ... ok {15} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_with_direct_loop_fail [1.457472s] ... ok {8} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_chain_chain_parameters [1.154774s] ... ok {13} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_pair_egress [2.217181s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group_consistent_correlations [2.430725s] ... ok {0} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group_driver_manager_called [1.109103s] ... ok {6} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_tap_port_pair_group_with_single_port_pair [2.427982s] ... ok {18} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group_with_port_pairs [2.358576s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) update_port_pair_group_postcommit failed. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/plugin.py", line 215, in update_port_pair_group portpairgroup_context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcDriverError: update_port_pair_group_postcommit failed. Update port pair group failed, port_pair_group 'f25fb308-df27-4e82-9be2-9dddedfe6d1c' {16} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_pair_group_postcommit_driver_manager_exception [1.374719s] ... ok {11} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_list_port_pair_groups_with_params [1.460020s] ... ok {3} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_pair [2.271150s] ... ok {17} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_update_port_chain_add_port_pair_group [7.751881s] ... ok {8} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_chain_driver_manager_called [1.403977s] ... ok {7} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_all_fields [2.124406s] ... ok {15} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_with_inexistent_port_chains [1.590526s] ... ok {13} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_service_graph [1.525019s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) create_port_pair_group_postcommit failed. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/plugin.py", line 187, in create_port_pair_group portpairgroup_context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcDriverError: create_port_pair_group_postcommit failed. Create port pair group failed, deleting port_pair_group '750d375a-a3ae-4e81-8804-dd331b2401b0' {0} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group_postcommit_driver_manager_exception [1.362636s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_with_invalid_weight [1.671868s] ... ok {6} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_service_graph [1.542383s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {16} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_service_graph_precommit_driver_manager_exception [1.285459s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {3} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_chain_precommit_driver_manager_exception [1.410675s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) update_port_chain_postcommit failed. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/plugin.py", line 84, in update_port_chain portchain_db_context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcDriverError: update_port_chain_postcommit failed. Update port chain failed, port_chain '32264b53-283d-4e0b-98f0-7487911b5faa' {8} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_chain_postcommit_driver_manager_exception [1.413564s] ... ok {15} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_chain_part_of_graph_fail [1.304021s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) create_service_graph_postcommit failed. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/plugin.py", line 261, in create_service_graph service_graph_db_context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcDriverError: create_service_graph_postcommit failed. Create Service Graph failed, deleting Service Graph 'b6eb0630-7c37-4a80-a63d-f0f655452c32' {7} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_postcommit_driver_manager_exception [1.559258s] ... ok {9} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_create_port_chain_port_groups_multi_port_pairs [8.740703s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in create_port_pair_group_precommit {9} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_port_pair_group_precommit_exception [0.022243s] ... ok {9} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_port_pair_postcommit_called [0.019609s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in update_port_pair_group_precommit {9} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_port_pair_group_precommit_exception [0.020546s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in update_port_pair_precommit {9} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_port_pair_precommit_exception [0.021976s] ... ok {0} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_driver_manager_called [1.472932s] ... ok {18} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_tap_pair_group_with_multiple_port_pairs [2.309555s] ... ok {6} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_list_port_chains_with_params [1.199187s] ... ok {1} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_delete_service_graph_complex_mpls [13.500250s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in create_port_pair_postcommit {1} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_port_pair_postcommit_exception [0.022083s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_with_no_ingress [1.447298s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in delete_port_pair_group {1} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_pair_group_exception [0.021182s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in delete_port_pair_precommit {1} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_port_pair_precommit_exception [0.022259s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in delete_service_graph_precommit {1} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_delete_service_graph_precommit_exception [0.021195s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in update_port_chain_precommit {11} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_chain_conflict_flow_classifiers [2.517115s] ... ok {1} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_port_chain_precommit_exception [0.021737s] ... ok {1} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_port_pair_precommit_called [0.021085s] ... ok {8} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_pair_group_precommit_driver_manager_exception [1.076246s] ... ok {15} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_pair_noexist [1.320228s] ... ok {12} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_delete_service_graph_complex_nsh [12.859920s] ... ok {12} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_create_port_chain_postcommit_called [0.019640s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in update_port_chain_postcommit {12} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_port_chain_postcommit_exception [0.019548s] ... ok An unknown exception occurred. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/driver_manager.py", line 101, in _call_drivers getattr(driver.obj, method_name)(context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcException: An unknown exception occurred. SFC driver 'mock_driver' failed in update_service_graph_postcommit {12} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_service_graph_postcommit_exception [0.018664s] ... ok {12} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_service_graph_precommit_called [0.019136s] ... ok {0} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_with_already_used_pcs_fail [1.205197s] ... ok {6} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_show_port_chain [1.403990s] ... ok {16} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_tap_port_chain_consistency [2.665421s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {18} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_flow_classifier_port_chain_exist [1.870099s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {8} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_service_graph_driver_manager_called [1.516222s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {1} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_multi_port_chain_with_same_flow_classifier [1.853195s] ... ok {15} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_service_graph_manager_called [1.451386s] ... ok {12} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_nonuuid_port_pair_group_id [1.269549s] ... ok {9} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_multi_port_chain_with_conflict_flow_classifiers [2.424034s] ... ok {11} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_pair_driver_manager_called [2.265858s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {7} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_unambiguous_branch [3.316049s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {15} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_list_port_pair_groups_with_unknown_params [1.060306s] ... ok {1} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain [1.315754s] ... ok {6} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_pair [2.105320s] ... ok {12} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group_with_empty_parameters [1.256450s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) DELETE failed. Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1244, in _execute_context cursor, statement, parameters, context File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/default.py", line 552, in do_execute cursor.execute(statement, parameters) sqlite3.IntegrityError: FOREIGN KEY constraint failed The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pecan/core.py", line 683, in __call__ self.invoke_controller(controller, args, kwargs, state) File "/usr/lib/python3.6/site-packages/pecan/core.py", line 574, in invoke_controller result = controller(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 139, in wrapped setattr(e, '_RETRY_EXCEEDED', True) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 154, in wrapper ectxt.value = e.inner_exc File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 183, in wrapped LOG.debug("Retry wrapper got retriable exception: %s", e) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 179, in wrapped return f(*dup_args, **dup_kwargs) File "/usr/lib/python3.6/site-packages/neutron/pecan_wsgi/controllers/utils.py", line 76, in wrapped return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron/pecan_wsgi/controllers/utils.py", line 115, in wrapped f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron/pecan_wsgi/controllers/resource.py", line 85, in delete return self.plugin_deleter(*deleter_args) File "/usr/lib/python3.6/site-packages/neutron/common/utils.py", line 687, in inner return f(self, context, *args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 233, in wrapped return method(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 139, in wrapped setattr(e, '_RETRY_EXCEEDED', True) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 154, in wrapper ectxt.value = e.inner_exc File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 183, in wrapped LOG.debug("Retry wrapper got retriable exception: %s", e) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 179, in wrapped return f(*dup_args, **dup_kwargs) File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/plugin.py", line 1955, in delete_port super(Ml2Plugin, self).delete_port(context, id) File "/usr/lib/python3.6/site-packages/neutron_lib/db/api.py", line 233, in wrapped return method(*args, **kwargs) File "/usr/lib/python3.6/site-packages/neutron/db/db_base_plugin_v2.py", line 1513, in delete_port self.ipam.delete_port(context, id) File "/usr/lib/python3.6/site-packages/neutron/db/ipam_pluggable_backend.py", line 495, in delete_port port['fixed_ips']) File "/usr/lib/python3.6/site-packages/neutron/db/ipam_pluggable_backend.py", line 110, in _ipam_deallocate_ips "external system for %s", addresses) File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python3.6/site-packages/six.py", line 693, in reraise raise value File "/usr/lib/python3.6/site-packages/neutron/db/ipam_pluggable_backend.py", line 86, in _ipam_deallocate_ips ipam_subnet = ipam_driver.get_subnet(ip['subnet_id']) File "/usr/lib/python3.6/site-packages/neutron/ipam/drivers/neutrondb_ipam/driver.py", line 337, in get_subnet return NeutronDbSubnet.load(subnet_id, self._context) File "/usr/lib/python3.6/site-packages/neutron/ipam/drivers/neutrondb_ipam/driver.py", line 94, in load ctx, neutron_subnet_id) File "/usr/lib/python3.6/site-packages/neutron/ipam/drivers/neutrondb_ipam/db_api.py", line 30, in load_by_neutron_subnet_id context, neutron_subnet_id=neutron_subnet_id) File "/usr/lib/python3.6/site-packages/neutron/objects/base.py", line 640, in get_objects cls, context, _pager=_pager, **cls.modify_fields_to_db(kwargs)) File "/usr/lib/python3.6/site-packages/neutron/objects/db/api.py", line 52, in get_objects **(_pager.to_kwargs(context, obj_cls) if _pager else {})) File "/usr/lib/python3.6/site-packages/neutron_lib/db/model_query.py", line 311, in get_collection for c in query File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 3316, in __iter__ self.session._autoflush() File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 1576, in _autoflush self.flush() File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 2451, in flush self._flush(objects) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 2589, in _flush transaction.rollback(_capture_exception=True) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 68, in __exit__ compat.reraise(exc_type, exc_value, exc_tb) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/compat.py", line 129, in reraise raise value File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/session.py", line 2549, in _flush flush_context.execute() File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/unitofwork.py", line 422, in execute rec.execute(self) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/unitofwork.py", line 624, in execute uow, File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/persistence.py", line 348, in delete_obj delete, File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/persistence.py", line 1305, in _emit_delete_statements c = connection.execute(statement, del_objects) File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 988, in execute return meth(self, multiparams, params) File "/usr/lib64/python3.6/site-packages/sqlalchemy/sql/elements.py", line 287, in _execute_on_connection return connection._execute_clauseelement(self, multiparams, params) File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1107, in _execute_clauseelement distilled_params, File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1248, in _execute_context e, statement, parameters, cursor, context File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1464, in _handle_dbapi_exception util.raise_from_cause(newraise, exc_info) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/compat.py", line 383, in raise_from_cause reraise(type(exception), exception, tb=exc_tb, cause=cause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/util/compat.py", line 128, in reraise raise value.with_traceback(tb) File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1244, in _execute_context cursor, statement, parameters, context File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/default.py", line 552, in do_execute cursor.execute(statement, parameters) oslo_db.exception.DBReferenceError: (sqlite3.IntegrityError) FOREIGN KEY constraint failed [SQL: DELETE FROM ports WHERE ports.id = ?] [parameters: ('9754ca81-9c69-49a5-96b4-ba5ae3728673',)] (Background on this error at: http://sqlalche.me/e/gkpj) {0} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_ingress_port_pair_exist [2.555597s] ... ok {9} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_all_fields_with_chain_id [1.372603s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_branching_ppg_no_dst_corr_fail [3.618065s] ... ok {7} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_chain_part_of_graph_fail [1.440564s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) delete_port_chain failed. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/plugin.py", line 99, in delete_port_chain self.driver_manager.delete_port_chain(pc_context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcDriverError: delete_port_chain failed. Delete port chain failed, portchain '7ca7bb12-635c-4b05-a9c9-0721162db356' {9} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_shared_port_pair_groups [1.120936s] ... ok {0} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_chain_driver_manager_exception [1.241224s] ... ok {17} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_update_port_chain_delete_port_pair_group [7.188079s] ... ok {1} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_flow_classifiers [1.660999s] ... ok {12} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_none_service_function_parameters [1.905990s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_pair_port_pair_group_exist [2.052327s] ... ok {0} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_pair_group [0.919381s] ... ok {9} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_group_with_unknown_port_pair_id [1.192379s] ... ok {6} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_pair_group_consistency_checks [2.895030s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {0} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_list_port_chains [1.334650s] ... ok {12} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_precommit_driver_manager_exception [1.897854s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_list_port_pairs_with_params [1.985706s] ... ok {9} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_ingress_egress_different_hosts [1.884579s] ... ok {1} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_chain_with_non_consecutive_tap_port_pair_groups [2.865438s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {12} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_with_src_dst_same_port [1.256213s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {0} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_pair_ingress [1.847683s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_quota_create_port_chain [1.345580s] ... ok {9} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_with_invalid_correlation [1.460439s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {1} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_with_invalid_service_function_parameters [1.444519s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_show_port_pair_noexist [0.921212s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) delete_port_pair failed. Traceback (most recent call last): File "/builddir/build/BUILD/networking-sfc-9.0.1/networking_sfc/services/sfc/plugin.py", line 161, in delete_port_pair self.driver_manager.delete_port_pair(portpair_context) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect networking_sfc.services.sfc.common.exceptions.SfcDriverError: delete_port_pair failed. Delete port pair failed, port_pair 'f9b961fe-346c-4e5d-8c5a-97eb0aa6db68' {12} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_pair_driver_manager_exception [1.820808s] ... ok {17} networking_sfc.tests.unit.services.sfc.drivers.ovs.test_driver.OVSSfcDriverTestCase.test_update_port_chain_replace_port_pair [5.556603s] ... ok {17} networking_sfc.tests.unit.services.sfc.test_driver_manager.DriverManagerTestCase.test_update_port_pair_group_precommit_called [0.019399s] ... ok {12} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_pair_group_port_chain_exist [1.122279s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_pair_group [1.934875s] ... ok {1} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_branching_ppg_no_src_corr_fail [2.693042s] ... ok {17} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_driver_manager_called [1.803597s] ... ok {1} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_pair_group_precommit_driver_manager_exception [1.067473s] ... ok {12} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_delete_port_pair_precommit_driver_manager_exception [1.665578s] ... ok {2} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_pair_service_function_parameters [1.845247s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {17} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_port_pair_with_nouuid_egress [1.428937s] ... ok {1} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_show_port_pair_group [1.068279s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {12} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_list_port_pairs_with_unknown_params [1.819151s] ... ok {17} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_create_service_graph_branching_no_class [1.272266s] ... ok {12} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_show_port_chain_noexist [0.761135s] ... ok {12} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_chain_remove_port_pair_groups [1.091044s] ... ok {17} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_port_chain_flow_classifiers_basic_the_same [1.810603s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Update failed, service_graph '032495cb-0527-4995-986f-460b7e6d8b87' {12} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_service_graph_postcommit_driver_manager_exception [1.117283s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {17} networking_sfc.tests.unit.services.sfc.test_plugin.SfcPluginTestCase.test_update_tap_port_pair_group_consistency [1.893590s] ... ok ====== Totals ====== Ran: 746 tests in 72.4901 sec. - Passed: 746 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 1106.6565 sec. ============== Worker Balance ============== - Worker 0 (38 tests) => 0:01:02.555714 - Worker 1 (38 tests) => 0:01:07.235597 - Worker 2 (38 tests) => 0:01:07.151711 - Worker 3 (38 tests) => 0:00:52.883030 - Worker 4 (38 tests) => 0:00:41.767962 - Worker 5 (38 tests) => 0:00:43.809667 - Worker 6 (37 tests) => 0:01:00.062106 - Worker 7 (37 tests) => 0:00:57.816193 - Worker 8 (37 tests) => 0:00:55.587377 - Worker 9 (37 tests) => 0:01:02.562909 - Worker 10 (37 tests) => 0:00:31.336268 - Worker 11 (37 tests) => 0:00:55.587518 - Worker 12 (37 tests) => 0:01:11.513344 - Worker 13 (37 tests) => 0:00:51.668475 - Worker 14 (37 tests) => 0:00:37.585872 - Worker 15 (37 tests) => 0:00:56.520151 - Worker 16 (37 tests) => 0:00:55.111173 - Worker 17 (37 tests) => 0:01:12.109496 - Worker 18 (37 tests) => 0:00:55.136730 - Worker 19 (37 tests) => 0:00:49.036136 + exit 0 Processing files: python3-networking-sfc-9.0.1-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.RJPJIw + umask 022 + cd /builddir/build/BUILD + cd networking-sfc-9.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/share/doc/python3-networking-sfc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/share/doc/python3-networking-sfc + cp -pr README.rst /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/share/doc/python3-networking-sfc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.S9pSyv + umask 022 + cd /builddir/build/BUILD + cd networking-sfc-9.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/share/licenses/python3-networking-sfc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/share/licenses/python3-networking-sfc + cp -pr LICENSE /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/share/licenses/python3-networking-sfc + exit 0 Provides: config(python3-networking-sfc) = 9.0.1-1.el8 python3-networking-sfc = 9.0.1-1.el8 python3.6dist(networking-sfc) = 9.0.1 python3dist(networking-sfc) = 9.0.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: python-networking-sfc-doc-9.0.1-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kGvgH5 + umask 022 + cd /builddir/build/BUILD + cd networking-sfc-9.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/share/doc/python-networking-sfc-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/share/doc/python-networking-sfc-doc + cp -pr doc/build/html/_downloads doc/build/html/_sources doc/build/html/_static doc/build/html/configuration doc/build/html/contributor doc/build/html/genindex.html doc/build/html/index.html doc/build/html/install doc/build/html/objects.inv doc/build/html/search.html doc/build/html/searchindex.js doc/build/html/user /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/share/doc/python-networking-sfc-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.rRl2SF + umask 022 + cd /builddir/build/BUILD + cd networking-sfc-9.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/share/licenses/python-networking-sfc-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/share/licenses/python-networking-sfc-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/share/licenses/python-networking-sfc-doc + exit 0 Provides: python-networking-sfc-doc = 9.0.1-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-networking-sfc-tests-9.0.1-1.el8.noarch warning: File not found: /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/networking_sfc/tests/contrib Provides: python3-networking-sfc-tests = 9.0.1-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch Wrote: /builddir/build/RPMS/python3-networking-sfc-9.0.1-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-networking-sfc-doc-9.0.1-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-networking-sfc-tests-9.0.1-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kjmgRy + umask 022 + cd /builddir/build/BUILD + cd networking-sfc-9.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-networking-sfc-9.0.1-1.el8.noarch + exit 0 Child return code was: 0