Created
January 23, 2017 20:15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@syed-sample:~/craton# tox -e functional | |
functional develop-inst-noop: /root/craton | |
functional installed: alabaster==0.7.9,alembic==0.8.10,aniso8601==1.2.0,appdirs==1.4.0,automaton==1.7.0,Babel==2.3.4,cachetools==2.0.0,click==6.7,contextlib2==0.5.4,-e git+http://github.com/openstack/craton.git@1f11f58a00501487016abac6d792950000ab9b85#egg=craton,debtcollector==1.11.0,decorator==4.0.11,docker-py==1.10.6,docker-pycreds==0.2.1,docutils==0.12,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,flake8==2.5.5,Flask==0.12,Flask-RESTful==0.3.5,futurist==0.21.0,iso8601==0.1.11,itsdangerous==0.24,Jinja2==2.8.1,jsonschema==2.5.1,kazoo==2.2.1,keystoneauth1==2.18.0,keystonemiddleware==4.14.0,linecache2==1.0.0,Mako==1.0.6,MarkupSafe==0.23,mccabe==0.4.0,mock==2.0.0,monotonic==1.2,mox3==0.20.0,msgpack-python==0.4.8,netaddr==0.7.19,netifaces==0.10.5,networkx==1.11,nose==1.3.7,os-client-config==1.26.0,oslo.config==3.22.0,oslo.context==2.11.0,oslo.db==4.17.0,oslo.i18n==3.12.0,oslo.log==3.20.0,oslo.middleware==3.23.0,oslo.serialization==2.16.0,oslo.utils==3.22.0,oslosphinx==4.10.0,oslotest==2.13.0,Paste==2.0.3,PasteDeploy==1.5.2,pbr==1.10.0,pep8==1.7.0,pkg-resources==0.0.0,positional==1.1.1,prettytable==0.7.2,pycadf==2.5.0,pyflakes==1.0.0,Pygments==2.1.3,pyinotify==0.9.6,pyparsing==2.1.10,python-dateutil==2.6.0,python-editor==1.0.3,python-keystoneclient==3.9.0,python-mimeparse==1.6.0,python-subunit==1.2.0,pytz==2016.10,PyYAML==3.12,requests==2.12.5,requestsexceptions==1.1.3,retrying==1.3.3,rfc3986==0.4.1,six==1.10.0,snowballstemmer==1.2.1,Sphinx==1.3.6,sphinx-rtd-theme==0.1.9,SQLAlchemy==1.0.17,sqlalchemy-migrate==0.10.0,SQLAlchemy-Utils==0.32.12,sqlparse==0.2.2,statsd==3.2.1,stevedore==1.19.1,taskflow==2.9.0,Tempita==0.5.2,tenacity==3.7.1,testrepository==0.0.20,testtools==2.2.0,traceback2==1.4.0,unittest2==1.1.0,WebOb==1.6.3,websocket-client==0.40.0,Werkzeug==0.11.15,wrapt==1.10.8,zake==0.2.2 | |
functional runtests: PYTHONHASHSEED='309503978' | |
functional runtests: commands[0] | find . -type f -name *.pyc -delete | |
functional runtests: commands[1] | nosetests -v | |
craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_create_with_duplicate_name_fails ... ERROR | |
craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_create_with_no_name_fails ... FAIL | |
craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_create_with_variables ... FAIL | |
craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_delete ... FAIL | |
craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_get_all_with_name_filter ... FAIL | |
craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_update ... FAIL | |
craton.tests.functional.test_cell_calls.APIV1CellTest.test_cells_get_all_for_region ... FAIL | |
craton.tests.functional.test_cell_calls.APIV1CellTest.test_get_cell_details ... FAIL | |
craton.tests.functional.test_host_calls.APIV1HostTest.test_host_get_all_for_region_1 ... ERROR | |
craton.tests.functional.test_region_calls.APIV1RegionTest.test_create_region_full_data ... ERROR | |
craton.tests.functional.test_region_calls.APIV1RegionTest.test_create_region_with_duplicate_name_fails ... ERROR | |
craton.tests.functional.test_region_calls.APIV1RegionTest.test_create_region_with_no_name_fails ... ERROR | |
craton.tests.functional.test_region_calls.APIV1RegionTest.test_create_region_without_variables ... ERROR | |
craton.tests.functional.test_region_calls.APIV1RegionTest.test_region_delete ... ERROR | |
craton.tests.functional.test_region_calls.APIV1RegionTest.test_region_get_details_for_region ... ERROR | |
craton.tests.functional.test_region_calls.APIV1RegionTest.test_region_with_non_existing_filters ... ERROR | |
craton.tests.functional.test_region_calls.APIV1RegionTest.test_regions_get_all ... ERROR | |
craton.tests.functional.test_region_calls.APIV1RegionTest.test_regions_get_all_with_name_filter ... ERROR | |
craton.tests.unit.db.test_cells.CellsDBTestCase.test_cell_delete ... ok | |
craton.tests.unit.db.test_cells.CellsDBTestCase.test_cell_update ... ok | |
craton.tests.unit.db.test_cells.CellsDBTestCase.test_cell_variables_delete ... ok | |
craton.tests.unit.db.test_cells.CellsDBTestCase.test_cell_variables_update_does_create_variables ... ok | |
craton.tests.unit.db.test_cells.CellsDBTestCase.test_cell_variables_update_does_update_variables ... ok | |
craton.tests.unit.db.test_cells.CellsDBTestCase.test_cells_create ... ok | |
craton.tests.unit.db.test_cells.CellsDBTestCase.test_cells_get_all ... ok | |
craton.tests.unit.db.test_cells.CellsDBTestCase.test_cells_get_all_filter_id ... ok | |
craton.tests.unit.db.test_cells.CellsDBTestCase.test_cells_get_all_filter_name ... ok | |
craton.tests.unit.db.test_cells.CellsDBTestCase.test_cells_get_all_with_filters ... ok | |
craton.tests.unit.db.test_cells.CellsDBTestCase.test_cells_get_all_with_filters_noexist ... ok | |
craton.tests.unit.db.test_devices.HostsDBTestCase.test_host_labels_create ... ok | |
craton.tests.unit.db.test_devices.HostsDBTestCase.test_host_labels_delete ... ok | |
craton.tests.unit.db.test_devices.HostsDBTestCase.test_hosts_create ... ok | |
craton.tests.unit.db.test_devices.HostsDBTestCase.test_hosts_create_without_cell ... ok | |
craton.tests.unit.db.test_devices.HostsDBTestCase.test_hosts_get_all_with_filter_cell_id ... ok | |
craton.tests.unit.db.test_devices.HostsDBTestCase.test_hosts_get_all_with_filters ... ok | |
craton.tests.unit.db.test_devices.HostsDBTestCase.test_hosts_get_all_with_filters_noexist ... ok | |
craton.tests.unit.db.test_devices.HostsDBTestCase.test_hosts_resolved_vars_no_cells ... ok | |
craton.tests.unit.db.test_devices.HostsDBTestCase.test_hosts_update ... ok | |
craton.tests.unit.db.test_devices.HostsDBTestCase.test_hosts_variable_resolved_with_parent ... ok | |
craton.tests.unit.db.test_devices.HostsDBTestCase.test_hosts_variables_no_resolved ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_device_get_all_filter_cell_id ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_device_get_all_filter_device_type ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_device_get_all_filter_id ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_device_get_all_filter_ip_address ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_device_get_all_filter_name ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_device_get_all_filter_region ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_devices_create ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_devices_delete ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_devices_get_all ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_devices_get_by_filter_no_exit ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_devices_get_by_id ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_devices_labels_create ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_devices_labels_delete ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_devices_update ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_devices_variables_create ... ok | |
craton.tests.unit.db.test_networks.NetworkDevicesDBTestCase.test_network_devices_variables_delete ... ok | |
craton.tests.unit.db.test_networks.NetworkInterfacesDBTestCase.test_interface_get_all_filter_device_id ... ok | |
craton.tests.unit.db.test_networks.NetworkInterfacesDBTestCase.test_network_interfaces_create ... ok | |
craton.tests.unit.db.test_networks.NetworkInterfacesDBTestCase.test_network_interfaces_delete ... ok | |
craton.tests.unit.db.test_networks.NetworkInterfacesDBTestCase.test_network_interfaces_get_all ... ok | |
craton.tests.unit.db.test_networks.NetworkInterfacesDBTestCase.test_network_interfaces_get_by_id ... ok | |
craton.tests.unit.db.test_networks.NetworkInterfacesDBTestCase.test_network_interfaces_update ... ok | |
craton.tests.unit.db.test_networks.NetworksDBTestCase.test_network_create_duplicate_name_raises ... ok | |
craton.tests.unit.db.test_networks.NetworksDBTestCase.test_network_update ... ok | |
craton.tests.unit.db.test_networks.NetworksDBTestCase.test_networks_create ... ok | |
craton.tests.unit.db.test_networks.NetworksDBTestCase.test_networks_delete ... ok | |
craton.tests.unit.db.test_networks.NetworksDBTestCase.test_networks_get_all ... ok | |
craton.tests.unit.db.test_networks.NetworksDBTestCase.test_networks_get_all_filter_region ... ok | |
craton.tests.unit.db.test_networks.NetworksDBTestCase.test_networks_get_by_id ... ok | |
craton.tests.unit.db.test_networks.NetworksDBTestCase.test_networks_get_by_id_no_exist_raises ... ok | |
craton.tests.unit.db.test_networks.NetworksDBTestCase.test_networks_get_by_name_filter_no_exit ... ok | |
craton.tests.unit.db.test_projects.ProjectsDBTestCase.test_create_project ... ok | |
craton.tests.unit.db.test_projects.ProjectsDBTestCase.test_create_project_no_root_fails ... ok | |
craton.tests.unit.db.test_projects.ProjectsDBTestCase.test_project_get_all ... ok | |
craton.tests.unit.db.test_projects.ProjectsDBTestCase.test_project_get_by_id ... ok | |
craton.tests.unit.db.test_projects.ProjectsDBTestCase.test_project_get_no_admin_project_raises ... ok | |
craton.tests.unit.db.test_regions.RegionsDBTestCase.test_region_create ... ok | |
craton.tests.unit.db.test_regions.RegionsDBTestCase.test_region_create_duplicate_name_raises ... ok | |
craton.tests.unit.db.test_regions.RegionsDBTestCase.test_region_delete ... ok | |
craton.tests.unit.db.test_regions.RegionsDBTestCase.test_region_get_by_id ... ok | |
craton.tests.unit.db.test_regions.RegionsDBTestCase.test_region_get_by_id_no_exist_raises ... ok | |
craton.tests.unit.db.test_regions.RegionsDBTestCase.test_region_get_by_name ... ok | |
craton.tests.unit.db.test_regions.RegionsDBTestCase.test_region_get_by_name_no_exit_raises ... ok | |
craton.tests.unit.db.test_regions.RegionsDBTestCase.test_region_update ... ok | |
craton.tests.unit.db.test_regions.RegionsDBTestCase.test_region_variables_delete ... ok | |
craton.tests.unit.db.test_regions.RegionsDBTestCase.test_region_variables_update_does_create_variables ... ok | |
craton.tests.unit.db.test_regions.RegionsDBTestCase.test_region_variables_update_does_update_variables ... ok | |
craton.tests.unit.db.test_regions.RegionsDBTestCase.test_regions_get_all_with_var_filters ... ok | |
craton.tests.unit.db.test_regions.RegionsDBTestCase.test_regions_get_all_with_var_filters_noexist ... ok | |
craton.tests.unit.db.test_regions.RegionsDBTestCase.test_reions_get_all ... ok | |
craton.tests.unit.db.test_users.UsersDBTestCase.test_user_create ... ok | |
craton.tests.unit.db.test_users.UsersDBTestCase.test_user_create_no_admin_context_fails ... ok | |
craton.tests.unit.db.test_users.UsersDBTestCase.test_user_get_all_no_project_context ... ok | |
craton.tests.unit.db.test_users.UsersDBTestCase.test_user_get_by_id ... ok | |
craton.tests.unit.db.test_users.UsersDBTestCase.test_user_get_by_name ... ok | |
craton.tests.unit.db.test_users.UsersDBTestCase.test_user_get_no_admin_context_raises ... ok | |
craton.tests.unit.db.test_users.UsersDBTestCase.test_users_get_all ... ok | |
craton.tests.unit.test_api.APIV1CellsIDTest.test_cells_delete ... ok | |
craton.tests.unit.test_api.APIV1CellsIDTest.test_get_cells_by_bad_id_is_404 ... ok | |
craton.tests.unit.test_api.APIV1CellsIDTest.test_get_cells_by_id ... ok | |
craton.tests.unit.test_api.APIV1CellsIDTest.test_put_cells_by_id ... ok | |
craton.tests.unit.test_api.APIV1CellsIDTest.test_put_cells_by_id_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1CellsIDTest.test_update_cell ... ok | |
craton.tests.unit.test_api.APIV1CellsTest.test_create_cell_fails_with_invalid_data ... ok | |
craton.tests.unit.test_api.APIV1CellsTest.test_create_cell_returns_cell_obj ... ok | |
craton.tests.unit.test_api.APIV1CellsTest.test_create_cell_with_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1CellsTest.test_create_cell_with_valid_data ... ok | |
craton.tests.unit.test_api.APIV1CellsTest.test_get_cell_no_exist_by_name_fails ... ok | |
craton.tests.unit.test_api.APIV1CellsTest.test_get_cells ... ok | |
craton.tests.unit.test_api.APIV1CellsTest.test_get_cells_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1CellsTest.test_get_cells_with_id_filters ... ok | |
craton.tests.unit.test_api.APIV1CellsTest.test_get_cells_with_name_and_region_filters ... ok | |
craton.tests.unit.test_api.APIV1CellsTest.test_get_cells_with_name_filters ... ok | |
craton.tests.unit.test_api.APIV1CellsTest.test_get_cells_with_vars_filters ... ok | |
craton.tests.unit.test_api.APIV1CellsVariablesTest.test_cells_delete_bad_data_type ... ok | |
craton.tests.unit.test_api.APIV1CellsVariablesTest.test_cells_delete_variables ... ok | |
craton.tests.unit.test_api.APIV1CellsVariablesTest.test_cells_get_variables ... ok | |
craton.tests.unit.test_api.APIV1CellsVariablesTest.test_cells_put_bad_data_type ... ok | |
craton.tests.unit.test_api.APIV1CellsVariablesTest.test_cells_put_variables ... ok | |
craton.tests.unit.test_api.APIV1HostsIDTest.test_get_hosts_by_bad_id_is_404 ... ok | |
craton.tests.unit.test_api.APIV1HostsIDTest.test_get_hosts_by_id ... ok | |
craton.tests.unit.test_api.APIV1HostsIDTest.test_get_hosts_by_id_invalid_property_name ... ok | |
craton.tests.unit.test_api.APIV1HostsIDTest.test_get_hosts_no_resolved_vars ... ok | |
craton.tests.unit.test_api.APIV1HostsIDTest.test_get_hosts_resolved_vars ... ok | |
craton.tests.unit.test_api.APIV1HostsIDTest.test_put_hosts_by_id_invalid_property_name ... ok | |
craton.tests.unit.test_api.APIV1HostsIDTest.test_update_host ... ok | |
craton.tests.unit.test_api.APIV1HostsLabelsTest.test_get_hosts_labels ... ok | |
craton.tests.unit.test_api.APIV1HostsLabelsTest.test_hosts_delete_bad_data_type ... ok | |
craton.tests.unit.test_api.APIV1HostsLabelsTest.test_hosts_delete_labels ... ok | |
craton.tests.unit.test_api.APIV1HostsLabelsTest.test_put_hosts_labels ... ok | |
craton.tests.unit.test_api.APIV1HostsLabelsTest.test_put_hosts_labels_invalid_property_name ... ok | |
craton.tests.unit.test_api.APIV1HostsLabelsTest.test_put_hosts_labels_validate_type ... ok | |
craton.tests.unit.test_api.APIV1HostsTest.test_create_host_invalid_property_name ... ok | |
craton.tests.unit.test_api.APIV1HostsTest.test_create_host_returns_host_obj ... ok | |
craton.tests.unit.test_api.APIV1HostsTest.test_create_host_with_valid_data ... ok | |
craton.tests.unit.test_api.APIV1HostsTest.test_get_host_by_ip_address_filter ... ok | |
craton.tests.unit.test_api.APIV1HostsTest.test_get_host_by_label_filters ... ok | |
craton.tests.unit.test_api.APIV1HostsTest.test_get_host_by_name_filters ... ok | |
craton.tests.unit.test_api.APIV1HostsTest.test_get_host_by_non_existing_region_raises404 ... ok | |
craton.tests.unit.test_api.APIV1HostsTest.test_get_host_by_vars_filters ... ok | |
craton.tests.unit.test_api.APIV1HostsTest.test_get_hosts ... ok | |
craton.tests.unit.test_api.APIV1HostsTest.test_get_hosts_by_region_gets_all_hosts ... ok | |
craton.tests.unit.test_api.APIV1HostsTest.test_get_hosts_invalid_property_name ... ok | |
craton.tests.unit.test_api.APIV1HostsVariablesTest.test_host_get_resolved_variables ... ok | |
craton.tests.unit.test_api.APIV1HostsVariablesTest.test_host_get_variables ... ok | |
craton.tests.unit.test_api.APIV1HostsVariablesTest.test_host_get_variables_invalid_property_name ... ok | |
craton.tests.unit.test_api.APIV1HostsVariablesTest.test_hosts_delete_bad_data_type ... ok | |
craton.tests.unit.test_api.APIV1HostsVariablesTest.test_hosts_delete_data ... ok | |
craton.tests.unit.test_api.APIV1HostsVariablesTest.test_hosts_put_bad_data_type ... ok | |
craton.tests.unit.test_api.APIV1HostsVariablesTest.test_hosts_put_data ... ok | |
craton.tests.unit.test_api.APIV1MiddlewareTest.test_ensure_non_uuid_token_returns_401 ... ok | |
craton.tests.unit.test_api.APIV1MiddlewareTest.test_ensure_valid_uuid_is_processed ... ok | |
craton.tests.unit.test_api.APIV1MiddlewareTest.test_no_auth_token_returns_401 ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesIDTest.test_delete_network_devices ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesIDTest.test_get_network_devices_by_id ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesIDTest.test_get_network_devices_by_id_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesIDTest.test_get_network_devices_get_by_id ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesIDTest.test_put_network_device ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesIDTest.test_put_network_device_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesLabelsTest.test_network_devices_delete_bad_data_type ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesLabelsTest.test_network_devices_delete_labels ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesLabelsTest.test_network_devices_labels_update ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesLabelsTest.test_network_devices_labels_update_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesTest.test_create_netdevices_with_invalid_data ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesTest.test_create_netdevices_with_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesTest.test_create_network_devices_with_valid_data ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesTest.test_get_network_devices ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesTest.test_get_network_devices_by_ip_address_filter ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesTest.test_get_network_devices_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesTest.test_network_devices_get_by_region ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesVariablesTest.test_network_devices_delete_bad_data_type ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesVariablesTest.test_network_devices_delete_variables ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesVariablesTest.test_network_devices_get_variables ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesVariablesTest.test_network_devices_put_bad_data_type ... ok | |
craton.tests.unit.test_api.APIV1NetworkDevicesVariablesTest.test_network_devices_put_variables ... ok | |
craton.tests.unit.test_api.APIV1NetworkInterfacesIDTest.test_get_network_interfaces_by_id ... ok | |
craton.tests.unit.test_api.APIV1NetworkInterfacesIDTest.test_network_interfaces_delete ... ok | |
craton.tests.unit.test_api.APIV1NetworkInterfacesIDTest.test_network_interfaces_update ... ok | |
craton.tests.unit.test_api.APIV1NetworkInterfacesIDTest.test_network_interfaces_update_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1NetworkInterfacesTest.test_get_netinterfaces_by_ip_address_filter ... ok | |
craton.tests.unit.test_api.APIV1NetworkInterfacesTest.test_get_network_interfaces ... ok | |
craton.tests.unit.test_api.APIV1NetworkInterfacesTest.test_get_network_interfaces_by_device_id ... ok | |
craton.tests.unit.test_api.APIV1NetworkInterfacesTest.test_get_network_interfaces_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1NetworkInterfacesTest.test_network_interfaces_create_invalid_data ... ok | |
craton.tests.unit.test_api.APIV1NetworkInterfacesTest.test_network_interfaces_create_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1NetworkInterfacesTest.test_network_interfaces_create_with_valid_data ... ok | |
craton.tests.unit.test_api.APIV1NetworksIDTest.test_delete_network ... ok | |
craton.tests.unit.test_api.APIV1NetworksIDTest.test_networks_get_by_bad_id_is_404 ... ok | |
craton.tests.unit.test_api.APIV1NetworksIDTest.test_networks_get_by_id ... ok | |
craton.tests.unit.test_api.APIV1NetworksIDTest.test_update_network ... ok | |
craton.tests.unit.test_api.APIV1NetworksIDTest.test_update_network_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1NetworksTest.test_create_networks_with_invalid_data ... ok | |
craton.tests.unit.test_api.APIV1NetworksTest.test_create_networks_with_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1NetworksTest.test_create_networks_with_valid_data ... ok | |
craton.tests.unit.test_api.APIV1NetworksTest.test_get_networks ... ok | |
craton.tests.unit.test_api.APIV1NetworksTest.test_get_networks_by_filters ... ok | |
craton.tests.unit.test_api.APIV1NetworksTest.test_get_networks_by_non_existing_region_raises404 ... ok | |
craton.tests.unit.test_api.APIV1NetworksTest.test_get_networks_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1NetworksTest.test_networks_by_region_gets_all_networks ... ok | |
craton.tests.unit.test_api.APIV1NetworksVariablesTest.test_networks_delete_bad_data_type ... ok | |
craton.tests.unit.test_api.APIV1NetworksVariablesTest.test_networks_delete_variables ... ok | |
craton.tests.unit.test_api.APIV1NetworksVariablesTest.test_networks_get_variables ... ok | |
craton.tests.unit.test_api.APIV1NetworksVariablesTest.test_networks_put_bad_data_type ... ok | |
craton.tests.unit.test_api.APIV1NetworksVariablesTest.test_networks_put_variables ... ok | |
craton.tests.unit.test_api.APIV1ProjectsTest.test_create_project ... ok | |
craton.tests.unit.test_api.APIV1ProjectsTest.test_project_get_all ... ok | |
craton.tests.unit.test_api.APIV1ProjectsTest.test_project_post_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1ProjectsTest.test_projects_get_no_admin_fails ... ok | |
craton.tests.unit.test_api.APIV1RegionsIDTest.test_delete_region ... ok | |
craton.tests.unit.test_api.APIV1RegionsIDTest.test_put_regions_by_id ... ok | |
craton.tests.unit.test_api.APIV1RegionsIDTest.test_put_regions_by_id_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1RegionsIDTest.test_regions_get_by_bad_id_is_404 ... ok | |
craton.tests.unit.test_api.APIV1RegionsIDTest.test_regions_get_by_id ... ok | |
craton.tests.unit.test_api.APIV1RegionsIDTest.test_update_region ... ok | |
craton.tests.unit.test_api.APIV1RegionsTest.test_create_region_returns_region_obj ... ok | |
craton.tests.unit.test_api.APIV1RegionsTest.test_get_region_no_exist_by_name_fails ... ok | |
craton.tests.unit.test_api.APIV1RegionsTest.test_post_region_with_invalid_data_fails ... ok | |
craton.tests.unit.test_api.APIV1RegionsTest.test_post_region_with_invalid_property_name ... ok | |
craton.tests.unit.test_api.APIV1RegionsTest.test_post_region_with_valid_data ... ok | |
craton.tests.unit.test_api.APIV1RegionsTest.test_regions_get_all ... ok | |
craton.tests.unit.test_api.APIV1RegionsTest.test_regions_get_all_by_invalid_property_name ... ok | |
craton.tests.unit.test_api.APIV1RegionsTest.test_regions_get_by_id_filters ... ok | |
craton.tests.unit.test_api.APIV1RegionsTest.test_regions_get_by_name_filters ... ok | |
craton.tests.unit.test_api.APIV1RegionsTest.test_regions_get_by_vars_filters ... ok | |
craton.tests.unit.test_api.APIV1RegionsVariablesTest.test_region_get_variables ... ok | |
craton.tests.unit.test_api.APIV1RegionsVariablesTest.test_regions_delete_bad_data_type ... ok | |
craton.tests.unit.test_api.APIV1RegionsVariablesTest.test_regions_delete_variables ... ok | |
craton.tests.unit.test_api.APIV1RegionsVariablesTest.test_regions_put_bad_data_type ... ok | |
craton.tests.unit.test_api.APIV1RegionsVariablesTest.test_regions_put_variables ... ok | |
craton.tests.unit.test_api.APIV1UsersTest.test_create_users ... ok | |
craton.tests.unit.test_api.APIV1UsersTest.test_create_users_invalid_property ... ok | |
craton.tests.unit.test_api.APIV1UsersTest.test_users_get_all ... ok | |
craton.tests.unit.test_api.APIV1UsersTest.test_users_get_no_admin_fails ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_all_validators_have_test ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_cells_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_cells_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_cells_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_hosts_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_hosts_labels_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_network_devices_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_network_devices_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_network_devices_labels_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_network_interfaces_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_network_interfaces_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_networks_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_networks_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_networks_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_projects_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_projects_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_regions_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_regions_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_regions_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_users_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_no_schema_validator_users_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_cells_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_cells_POST_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_cells_id_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_cells_id_PUT_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_hosts_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_hosts_POST_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_hosts_id_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_hosts_id_PUT_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_hosts_labels_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_hosts_labels_PUT_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_network_devices_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_network_devices_id_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_network_devices_id_PUT_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_network_devices_labels_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_network_devices_labels_PUT_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_network_interfaces_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_network_interfaces_id_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_network_interfaces_id_PUT_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_networks_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_networks_id_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_networks_id_PUT_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_projects_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_projects_POST_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_regions_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_regions_POST_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_regions_id_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_regions_id_PUT_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_users_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_users_POST_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_users_id_GET_200 ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_ansible_inventory_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_cells_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_cells_POST ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_cells_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_cells_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_cells_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_hosts_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_hosts_POST ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_hosts_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_hosts_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_hosts_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_hosts_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_hosts_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_hosts_labels_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_hosts_labels_PUT ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_network_devices_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_network_devices_POST ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_network_devices_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_network_devices_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_network_devices_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_network_devices_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_network_devices_labels_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_network_devices_labels_PUT ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_network_interfaces_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_network_interfaces_POST ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_network_interfaces_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_networks_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_networks_POST ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_networks_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_networks_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_networks_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_projects_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_projects_POST ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_regions_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_regions_POST ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_regions_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_regions_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_regions_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_users_GET ... ok | |
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_users_POST ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_ansible_inventory_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_cells_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_cells_POST ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_cells_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_cells_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_cells_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_cells_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_cells_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_cells_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_hosts_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_hosts_POST ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_hosts_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_hosts_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_hosts_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_hosts_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_hosts_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_hosts_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_hosts_labels_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_hosts_labels_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_hosts_labels_PUT ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_devices_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_devices_POST ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_devices_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_devices_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_devices_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_devices_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_devices_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_devices_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_devices_labels_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_devices_labels_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_devices_labels_PUT ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_interfaces_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_interfaces_POST ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_interfaces_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_interfaces_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_network_interfaces_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_networks_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_networks_POST ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_networks_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_networks_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_networks_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_networks_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_networks_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_networks_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_projects_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_projects_POST ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_projects_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_projects_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_regions_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_regions_POST ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_regions_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_regions_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_regions_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_regions_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_regions_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_regions_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_users_GET ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_users_POST ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_users_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_users_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.cells_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.cells_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.cells_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.cells_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.cells_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.cells_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.cells_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.hosts_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.hosts_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.hosts_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.hosts_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.hosts_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.hosts_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.hosts_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.hosts_labels_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.hosts_labels_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.network_devices_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.network_devices_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.network_devices_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.network_devices_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.network_devices_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.network_devices_labels_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.network_devices_labels_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.network_interfaces_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.network_interfaces_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.network_interfaces_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.networks_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.networks_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.networks_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.networks_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.networks_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.projects_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.projects_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.regions_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.regions_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.regions_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.regions_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.regions_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.regions_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.regions_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.users_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.users_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.users_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.users_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.cells_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.cells_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.cells_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.cells_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.cells_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.cells_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.hosts_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.hosts_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.hosts_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.hosts_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.hosts_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.hosts_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.network_devices_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.network_devices_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.networks_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.networks_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.projects_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.projects_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.projects_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.projects_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.regions_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.regions_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.regions_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.regions_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.users_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.users_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_scopes_endpoint_method_in_routes_v1.users_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.ansible_inventory_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.cells_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.cells_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.cells_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.cells_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.cells_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.cells_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.cells_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.cells_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.hosts_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.hosts_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.hosts_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.hosts_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.hosts_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.hosts_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.hosts_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.hosts_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.hosts_labels_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.hosts_labels_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.hosts_labels_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_devices_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_devices_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_devices_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_devices_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_devices_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_devices_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_devices_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_devices_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_devices_labels_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_devices_labels_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_devices_labels_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_interfaces_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_interfaces_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_interfaces_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_interfaces_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.network_interfaces_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.networks_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.networks_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.networks_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.networks_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.networks_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.networks_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.networks_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.networks_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.projects_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.projects_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.projects_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.projects_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.regions_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.regions_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.regions_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.regions_id_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.regions_id_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.regions_id_variables_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.regions_id_variables_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.regions_id_variables_PUT ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.users_GET ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.users_POST ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.users_id_DELETE ... ok | |
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.users_id_GET ... ok | |
craton.tests.unit.test_util.TestProjectIdUtilities.test_adds_project_id_to_json ... ok | |
craton.tests.unit.test_util.TestProjectIdUtilities.test_defaults_project_id_to_zero ... ok | |
====================================================================== | |
ERROR: craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_create_with_duplicate_name_fails | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: traceback-1: {{{ | |
Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 11, in tearDown | |
super(APIV1CellTest, self).tearDown() | |
File "/root/craton/craton/tests/functional/__init__.py", line 176, in tearDown | |
tearDownDB(self.service_ip) | |
File "/root/craton/craton/tests/functional/__init__.py", line 135, in tearDownDB | |
engine = create_engine(mysqldb) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/__init__.py", line 386, in create_engine | |
return strategy.create(*args, **kwargs) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/strategies.py", line 75, in create | |
dbapi = dialect_cls.dbapi(**dbapi_args) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/dialects/mysql/mysqldb.py", line 92, in dbapi | |
return __import__('MySQLdb') | |
ImportError: No module named 'MySQLdb' | |
}}} | |
Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 46, in test_cell_create_with_duplicate_name_fails | |
self.assertEqual(409, cell.status_code) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat | |
raise mismatch_error | |
testtools.matchers._impl.MismatchError: 409 != 500 | |
-------------------- >> begin captured logging << -------------------- | |
root: INFO: Generating grammar tables from /usr/lib/python3.5/lib2to3/Grammar.txt | |
root: INFO: Generating grammar tables from /usr/lib/python3.5/lib2to3/PatternGrammar.txt | |
docker.auth.auth: DEBUG: Trying paths: <filter object at 0x7f1196d132e8> | |
docker.auth.auth: DEBUG: No config file found | |
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "GET /version HTTP/1.1" 200 194 | |
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "GET /v1.24/_ping HTTP/1.1" 200 2 | |
docker.api.build: DEBUG: Looking for auth config | |
docker.api.build: DEBUG: No auth config in memory - loading from filesystem | |
docker.auth.auth: DEBUG: Trying paths: <filter object at 0x7f11954b3668> | |
docker.auth.auth: DEBUG: No config file found | |
docker.api.build: DEBUG: No auth config found | |
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "POST /v1.24/build?dockerfile=Dockerfile&pull=True&forcerm=True&nocache=False&t=craton-functional-testing-api&q=False&rm=False HTTP/1.1" 200 None | |
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "POST /v1.24/containers/create HTTP/1.1" 201 90 | |
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "POST /v1.24/containers/494e18d9fc1d526f63eaf0a14f2a646e91cf3e2e19db3e1a04efa1a01a2f1b13/start HTTP/1.1" 204 0 | |
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "GET /v1.24/containers/494e18d9fc1d526f63eaf0a14f2a646e91cf3e2e19db3e1a04efa1a01a2f1b13/json HTTP/1.1" 200 None | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "GET /v1 HTTP/1.1" 401 54 | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 200 61 | |
requests.packages.urllib3.connectionpool: DEBUG: Resetting dropped connection: 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/cells HTTP/1.1" 200 78 | |
requests.packages.urllib3.connectionpool: DEBUG: Resetting dropped connection: 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/cells HTTP/1.1" 500 51 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: craton.tests.functional.test_host_calls.APIV1HostTest.test_host_get_all_for_region_1 | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: traceback-1: {{{ | |
Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/__init__.py", line 176, in tearDown | |
tearDownDB(self.service_ip) | |
File "/root/craton/craton/tests/functional/__init__.py", line 135, in tearDownDB | |
engine = create_engine(mysqldb) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/__init__.py", line 386, in create_engine | |
return strategy.create(*args, **kwargs) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/strategies.py", line 75, in create | |
dbapi = dialect_cls.dbapi(**dbapi_args) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/dialects/mysql/mysqldb.py", line 92, in dbapi | |
return __import__('MySQLdb') | |
ImportError: No module named 'MySQLdb' | |
}}} | |
Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_host_calls.py", line 12, in test_host_get_all_for_region_1 | |
self.assertEqual(len(resp.json()), 8) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat | |
raise mismatch_error | |
testtools.matchers._impl.MismatchError: 0 != 8 | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "GET //v1/hosts?region_id=1 HTTP/1.1" 200 3 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_create_region_full_data | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_region_calls.py", line 13, in tearDown | |
super(APIV1RegionTest, self).tearDown() | |
File "/root/craton/craton/tests/functional/__init__.py", line 176, in tearDown | |
tearDownDB(self.service_ip) | |
File "/root/craton/craton/tests/functional/__init__.py", line 135, in tearDownDB | |
engine = create_engine(mysqldb) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/__init__.py", line 386, in create_engine | |
return strategy.create(*args, **kwargs) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/strategies.py", line 75, in create | |
dbapi = dialect_cls.dbapi(**dbapi_args) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/dialects/mysql/mysqldb.py", line 92, in dbapi | |
return __import__('MySQLdb') | |
ImportError: No module named 'MySQLdb' | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 200 88 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_create_region_with_duplicate_name_fails | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: traceback-1: {{{ | |
Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_region_calls.py", line 13, in tearDown | |
super(APIV1RegionTest, self).tearDown() | |
File "/root/craton/craton/tests/functional/__init__.py", line 176, in tearDown | |
tearDownDB(self.service_ip) | |
File "/root/craton/craton/tests/functional/__init__.py", line 135, in tearDownDB | |
engine = create_engine(mysqldb) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/__init__.py", line 386, in create_engine | |
return strategy.create(*args, **kwargs) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/strategies.py", line 75, in create | |
dbapi = dialect_cls.dbapi(**dbapi_args) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/dialects/mysql/mysqldb.py", line 92, in dbapi | |
return __import__('MySQLdb') | |
ImportError: No module named 'MySQLdb' | |
}}} | |
Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_region_calls.py", line 48, in test_create_region_with_duplicate_name_fails | |
self.assertEqual(200, resp.status_code) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat | |
raise mismatch_error | |
testtools.matchers._impl.MismatchError: 200 != 409 | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 409 82 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_create_region_with_no_name_fails | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_region_calls.py", line 13, in tearDown | |
super(APIV1RegionTest, self).tearDown() | |
File "/root/craton/craton/tests/functional/__init__.py", line 176, in tearDown | |
tearDownDB(self.service_ip) | |
File "/root/craton/craton/tests/functional/__init__.py", line 135, in tearDownDB | |
engine = create_engine(mysqldb) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/__init__.py", line 386, in create_engine | |
return strategy.create(*args, **kwargs) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/strategies.py", line 75, in create | |
dbapi = dialect_cls.dbapi(**dbapi_args) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/dialects/mysql/mysqldb.py", line 92, in dbapi | |
return __import__('MySQLdb') | |
ImportError: No module named 'MySQLdb' | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 422 81 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_create_region_without_variables | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_region_calls.py", line 13, in tearDown | |
super(APIV1RegionTest, self).tearDown() | |
File "/root/craton/craton/tests/functional/__init__.py", line 176, in tearDown | |
tearDownDB(self.service_ip) | |
File "/root/craton/craton/tests/functional/__init__.py", line 135, in tearDownDB | |
engine = create_engine(mysqldb) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/__init__.py", line 386, in create_engine | |
return strategy.create(*args, **kwargs) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/strategies.py", line 75, in create | |
dbapi = dialect_cls.dbapi(**dbapi_args) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/dialects/mysql/mysqldb.py", line 92, in dbapi | |
return __import__('MySQLdb') | |
ImportError: No module named 'MySQLdb' | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 200 80 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_region_delete | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: traceback-1: {{{ | |
Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_region_calls.py", line 13, in tearDown | |
super(APIV1RegionTest, self).tearDown() | |
File "/root/craton/craton/tests/functional/__init__.py", line 176, in tearDown | |
tearDownDB(self.service_ip) | |
File "/root/craton/craton/tests/functional/__init__.py", line 135, in tearDownDB | |
engine = create_engine(mysqldb) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/__init__.py", line 386, in create_engine | |
return strategy.create(*args, **kwargs) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/strategies.py", line 75, in create | |
dbapi = dialect_cls.dbapi(**dbapi_args) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/dialects/mysql/mysqldb.py", line 92, in dbapi | |
return __import__('MySQLdb') | |
ImportError: No module named 'MySQLdb' | |
}}} | |
Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_region_calls.py", line 56, in test_region_delete | |
self.assertEqual(200, resp.status_code) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat | |
raise mismatch_error | |
testtools.matchers._impl.MismatchError: 200 != 409 | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 409 82 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_region_get_details_for_region | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: traceback-1: {{{ | |
Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_region_calls.py", line 13, in tearDown | |
super(APIV1RegionTest, self).tearDown() | |
File "/root/craton/craton/tests/functional/__init__.py", line 176, in tearDown | |
tearDownDB(self.service_ip) | |
File "/root/craton/craton/tests/functional/__init__.py", line 135, in tearDownDB | |
engine = create_engine(mysqldb) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/__init__.py", line 386, in create_engine | |
return strategy.create(*args, **kwargs) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/strategies.py", line 75, in create | |
dbapi = dialect_cls.dbapi(**dbapi_args) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/dialects/mysql/mysqldb.py", line 92, in dbapi | |
return __import__('MySQLdb') | |
ImportError: No module named 'MySQLdb' | |
}}} | |
Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_region_calls.py", line 94, in test_region_get_details_for_region | |
self.assertEqual(200, resp.status_code) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat | |
raise mismatch_error | |
testtools.matchers._impl.MismatchError: 200 != 409 | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 409 82 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_region_with_non_existing_filters | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_region_calls.py", line 13, in tearDown | |
super(APIV1RegionTest, self).tearDown() | |
File "/root/craton/craton/tests/functional/__init__.py", line 176, in tearDown | |
tearDownDB(self.service_ip) | |
File "/root/craton/craton/tests/functional/__init__.py", line 135, in tearDownDB | |
engine = create_engine(mysqldb) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/__init__.py", line 386, in create_engine | |
return strategy.create(*args, **kwargs) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/strategies.py", line 75, in create | |
dbapi = dialect_cls.dbapi(**dbapi_args) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/dialects/mysql/mysqldb.py", line 92, in dbapi | |
return __import__('MySQLdb') | |
ImportError: No module named 'MySQLdb' | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "GET //v1/regions?name=idontexist HTTP/1.1" 404 47 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_regions_get_all | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: traceback-1: {{{ | |
Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_region_calls.py", line 13, in tearDown | |
super(APIV1RegionTest, self).tearDown() | |
File "/root/craton/craton/tests/functional/__init__.py", line 176, in tearDown | |
tearDownDB(self.service_ip) | |
File "/root/craton/craton/tests/functional/__init__.py", line 135, in tearDownDB | |
engine = create_engine(mysqldb) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/__init__.py", line 386, in create_engine | |
return strategy.create(*args, **kwargs) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/strategies.py", line 75, in create | |
dbapi = dialect_cls.dbapi(**dbapi_args) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/dialects/mysql/mysqldb.py", line 92, in dbapi | |
return __import__('MySQLdb') | |
ImportError: No module named 'MySQLdb' | |
}}} | |
Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_region_calls.py", line 66, in test_regions_get_all | |
self.assertEqual(200, resp.status_code) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat | |
raise mismatch_error | |
testtools.matchers._impl.MismatchError: 200 != 409 | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 409 82 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_regions_get_all_with_name_filter | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_region_calls.py", line 13, in tearDown | |
super(APIV1RegionTest, self).tearDown() | |
File "/root/craton/craton/tests/functional/__init__.py", line 176, in tearDown | |
tearDownDB(self.service_ip) | |
File "/root/craton/craton/tests/functional/__init__.py", line 135, in tearDownDB | |
engine = create_engine(mysqldb) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/__init__.py", line 386, in create_engine | |
return strategy.create(*args, **kwargs) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/engine/strategies.py", line 75, in create | |
dbapi = dialect_cls.dbapi(**dbapi_args) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/sqlalchemy/dialects/mysql/mysqldb.py", line 92, in dbapi | |
return __import__('MySQLdb') | |
ImportError: No module named 'MySQLdb' | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 200 60 | |
requests.packages.urllib3.connectionpool: DEBUG: Resetting dropped connection: 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "GET //v1/regions?name=ORD135 HTTP/1.1" 200 45 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
FAIL: craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_create_with_no_name_fails | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 8, in setUp | |
self.region = self.create_region() | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 17, in create_region | |
self.assertEqual(200, region.status_code) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat | |
raise mismatch_error | |
testtools.matchers._impl.MismatchError: 200 != 409 | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 409 82 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
FAIL: craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_create_with_variables | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 8, in setUp | |
self.region = self.create_region() | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 17, in create_region | |
self.assertEqual(200, region.status_code) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat | |
raise mismatch_error | |
testtools.matchers._impl.MismatchError: 200 != 409 | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 409 82 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
FAIL: craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_delete | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 8, in setUp | |
self.region = self.create_region() | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 17, in create_region | |
self.assertEqual(200, region.status_code) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat | |
raise mismatch_error | |
testtools.matchers._impl.MismatchError: 200 != 409 | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 409 82 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
FAIL: craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_get_all_with_name_filter | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 8, in setUp | |
self.region = self.create_region() | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 17, in create_region | |
self.assertEqual(200, region.status_code) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat | |
raise mismatch_error | |
testtools.matchers._impl.MismatchError: 200 != 409 | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 409 82 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
FAIL: craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_update | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 8, in setUp | |
self.region = self.create_region() | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 17, in create_region | |
self.assertEqual(200, region.status_code) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat | |
raise mismatch_error | |
testtools.matchers._impl.MismatchError: 200 != 409 | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 409 82 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
FAIL: craton.tests.functional.test_cell_calls.APIV1CellTest.test_cells_get_all_for_region | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 8, in setUp | |
self.region = self.create_region() | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 17, in create_region | |
self.assertEqual(200, region.status_code) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat | |
raise mismatch_error | |
testtools.matchers._impl.MismatchError: 200 != 409 | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 409 82 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
FAIL: craton.tests.functional.test_cell_calls.APIV1CellTest.test_get_cell_details | |
---------------------------------------------------------------------- | |
testtools.testresult.real._StringException: Traceback (most recent call last): | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 8, in setUp | |
self.region = self.create_region() | |
File "/root/craton/craton/tests/functional/test_cell_calls.py", line 17, in create_region | |
self.assertEqual(200, region.status_code) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 411, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/root/craton/.tox/functional/lib/python3.5/site-packages/testtools/testcase.py", line 498, in assertThat | |
raise mismatch_error | |
testtools.matchers._impl.MismatchError: 200 != 409 | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.3 | |
requests.packages.urllib3.connectionpool: DEBUG: http://172.17.0.3:8080 "POST //v1/regions HTTP/1.1" 409 82 | |
--------------------- >> end captured logging << --------------------- | |
---------------------------------------------------------------------- | |
Ran 517 tests in 226.456s | |
FAILED (errors=11, failures=7) | |
ERROR: InvocationError: '/root/craton/.tox/functional/bin/nosetests -v' | |
_________________________________________________________________________ summary __________________________________________________________________________ | |
ERROR: functional: commands failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment