Skip to content

Instantly share code, notes, and snippets.

@ahsan518
Created February 14, 2017 16:35
Show Gist options
  • Save ahsan518/6f1dd188a4fa60e2ddf50d8b7b9a9d5e to your computer and use it in GitHub Desktop.
Save ahsan518/6f1dd188a4fa60e2ddf50d8b7b9a9d5e to your computer and use it in GitHub Desktop.
ubuntu@ubuntu-xenial:~/craton$ sudo tox -e functional
functional create: /home/ubuntu/craton/.tox/functional
functional installdeps: -r/home/ubuntu/craton/test-requirements.txt
functional develop-inst: /home/ubuntu/craton
functional installed: The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.,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@de87a6bd9db5f5b084792b4b2f8cf274c06f5d9c#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.9.5,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.12.1,oslo.db==4.17.0,oslo.i18n==3.12.0,oslo.log==3.20.0,oslo.middleware==3.23.1,oslo.serialization==2.16.0,oslo.utils==3.22.0,oslosphinx==4.10.0,oslotest==2.13.0,packaging==16.8,Paste==2.0.3,PasteDeploy==1.5.2,pbr==1.10.0,pep8==1.7.0,positional==1.1.1,prettytable==0.7.2,pycadf==2.5.0,pyflakes==1.0.0,Pygments==2.2.0,pyinotify==0.9.6,PyMySQL==0.7.9,pyparsing==2.1.10,python-dateutil==2.6.0,python-editor==1.0.3,python-keystoneclient==3.10.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.20.0,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='235705292'
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 ... ERROR
craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_create_with_variables ... ERROR
craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_delete ... ERROR
craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_get_all_with_name_filter ... ERROR
craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_update ... ERROR
craton.tests.functional.test_cell_calls.APIV1CellTest.test_cells_get_all_for_region ... ERROR
craton.tests.functional.test_cell_calls.APIV1CellTest.test_create_cell_supports_vars_ops ... ERROR
craton.tests.functional.test_cell_calls.APIV1CellTest.test_get_cell_details ... ERROR
craton.tests.functional.test_host_calls.APIV1HostTest.test_create_host ... ERROR
craton.tests.functional.test_host_calls.APIV1HostTest.test_create_host_supports_vars_ops ... ERROR
craton.tests.functional.test_host_calls.APIV1HostTest.test_create_with_missing_ip_fails ... ERROR
craton.tests.functional.test_host_calls.APIV1HostTest.test_create_with_missing_name_fails ... ERROR
craton.tests.functional.test_host_calls.APIV1HostTest.test_create_with_missing_type_fails ... ERROR
craton.tests.functional.test_host_calls.APIV1HostTest.test_host_by_missing_filter ... ERROR
craton.tests.functional.test_host_calls.APIV1HostTest.test_host_delete ... ERROR
craton.tests.functional.test_host_calls.APIV1HostTest.test_host_get_all_for_region ... ERROR
craton.tests.functional.test_host_calls.APIV1HostTest.test_host_get_by_ip_filter ... ERROR
craton.tests.functional.test_host_calls.APIV1HostTest.test_host_get_by_vars_filter ... ERROR
craton.tests.functional.test_project_calls.APIV1ProjectTest.test_create_project_supports_vars_ops ... ERROR
craton.tests.functional.test_project_calls.APIV1ProjectTest.test_get_project_details ... ERROR
craton.tests.functional.test_project_calls.APIV1ProjectTest.test_project_create_with_duplicate_name_works ... ERROR
craton.tests.functional.test_project_calls.APIV1ProjectTest.test_project_create_with_variables ... ERROR
craton.tests.functional.test_project_calls.APIV1ProjectTest.test_project_delete ... ERROR
craton.tests.functional.test_project_calls.APIV1ProjectTest.test_project_get_all_with_name_filter ... ERROR
craton.tests.functional.test_project_calls.APIV1ProjectTest.test_project_variables_delete ... ERROR
craton.tests.functional.test_project_calls.APIV1ProjectTest.test_project_variables_update ... ERROR
craton.tests.functional.test_region_calls.APIV1RegionTest.test_create_region_full_data ... ERROR
craton.tests.functional.test_region_calls.APIV1RegionTest.test_create_region_supports_vars_ops ... 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_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_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_cells.CellsDBTestCase.test_duplicate_cell_create_raises_409 ... 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_duplicate_raises ... 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_get_with_key_value_filters ... 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.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_create_id_uuid_type ... 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_id_uuid_type ... ok
craton.tests.unit.db.test_projects.ProjectsDBTestCase.test_project_variables_delete ... ok
craton.tests.unit.db.test_projects.ProjectsDBTestCase.test_project_variables_update_does_update_variables ... 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_regions_get_all ... 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_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.db.test_variables.CellsVariablesDBTestCase.test_get_resource_by_id_not_found ... ok
craton.tests.unit.db.test_variables.CellsVariablesDBTestCase.test_get_resource_by_id_with_variables ... ok
craton.tests.unit.db.test_variables.CellsVariablesDBTestCase.test_variables_delete_by_resource_id ... ok
craton.tests.unit.db.test_variables.CellsVariablesDBTestCase.test_variables_delete_by_resource_id_resource_not_found ... ok
craton.tests.unit.db.test_variables.CellsVariablesDBTestCase.test_variables_delete_by_resource_id_variable_not_found ... ok
craton.tests.unit.db.test_variables.CellsVariablesDBTestCase.test_variables_update_by_resource_id_existing_empty ... ok
craton.tests.unit.db.test_variables.CellsVariablesDBTestCase.test_variables_update_by_resource_id_modify_existing ... ok
craton.tests.unit.db.test_variables.CellsVariablesDBTestCase.test_variables_update_by_resource_id_not_found ... ok
craton.tests.unit.db.test_variables.HostsVariablesDBTestCase.test_get_resource_by_id_not_found ... ok
craton.tests.unit.db.test_variables.HostsVariablesDBTestCase.test_get_resource_by_id_with_variables ... ok
craton.tests.unit.db.test_variables.HostsVariablesDBTestCase.test_variables_delete_by_resource_id ... ok
craton.tests.unit.db.test_variables.HostsVariablesDBTestCase.test_variables_delete_by_resource_id_resource_not_found ... ok
craton.tests.unit.db.test_variables.HostsVariablesDBTestCase.test_variables_delete_by_resource_id_variable_not_found ... ok
craton.tests.unit.db.test_variables.HostsVariablesDBTestCase.test_variables_update_by_resource_id_existing_empty ... ok
craton.tests.unit.db.test_variables.HostsVariablesDBTestCase.test_variables_update_by_resource_id_modify_existing ... ok
craton.tests.unit.db.test_variables.HostsVariablesDBTestCase.test_variables_update_by_resource_id_not_found ... ok
craton.tests.unit.db.test_variables.NetworkDevicesVariablesDBTestCase.test_get_resource_by_id_not_found ... ok
craton.tests.unit.db.test_variables.NetworkDevicesVariablesDBTestCase.test_get_resource_by_id_with_variables ... ok
craton.tests.unit.db.test_variables.NetworkDevicesVariablesDBTestCase.test_variables_delete_by_resource_id ... ok
craton.tests.unit.db.test_variables.NetworkDevicesVariablesDBTestCase.test_variables_delete_by_resource_id_resource_not_found ... ok
craton.tests.unit.db.test_variables.NetworkDevicesVariablesDBTestCase.test_variables_delete_by_resource_id_variable_not_found ... ok
craton.tests.unit.db.test_variables.NetworkDevicesVariablesDBTestCase.test_variables_update_by_resource_id_existing_empty ... ok
craton.tests.unit.db.test_variables.NetworkDevicesVariablesDBTestCase.test_variables_update_by_resource_id_modify_existing ... ok
craton.tests.unit.db.test_variables.NetworkDevicesVariablesDBTestCase.test_variables_update_by_resource_id_not_found ... ok
craton.tests.unit.db.test_variables.NetworksVariablesDBTestCase.test_get_resource_by_id_not_found ... ok
craton.tests.unit.db.test_variables.NetworksVariablesDBTestCase.test_get_resource_by_id_with_variables ... ok
craton.tests.unit.db.test_variables.NetworksVariablesDBTestCase.test_variables_delete_by_resource_id ... ok
craton.tests.unit.db.test_variables.NetworksVariablesDBTestCase.test_variables_delete_by_resource_id_resource_not_found ... ok
craton.tests.unit.db.test_variables.NetworksVariablesDBTestCase.test_variables_delete_by_resource_id_variable_not_found ... ok
craton.tests.unit.db.test_variables.NetworksVariablesDBTestCase.test_variables_update_by_resource_id_existing_empty ... ok
craton.tests.unit.db.test_variables.NetworksVariablesDBTestCase.test_variables_update_by_resource_id_modify_existing ... ok
craton.tests.unit.db.test_variables.NetworksVariablesDBTestCase.test_variables_update_by_resource_id_not_found ... ok
craton.tests.unit.db.test_variables.ProjectsVariablesDBTestCase.test_get_resource_by_id_not_found ... ok
craton.tests.unit.db.test_variables.ProjectsVariablesDBTestCase.test_get_resource_by_id_with_variables ... ok
craton.tests.unit.db.test_variables.ProjectsVariablesDBTestCase.test_variables_delete_by_resource_id ... ok
craton.tests.unit.db.test_variables.ProjectsVariablesDBTestCase.test_variables_delete_by_resource_id_resource_not_found ... ok
craton.tests.unit.db.test_variables.ProjectsVariablesDBTestCase.test_variables_delete_by_resource_id_variable_not_found ... ok
craton.tests.unit.db.test_variables.ProjectsVariablesDBTestCase.test_variables_update_by_resource_id_existing_empty ... ok
craton.tests.unit.db.test_variables.ProjectsVariablesDBTestCase.test_variables_update_by_resource_id_modify_existing ... ok
craton.tests.unit.db.test_variables.ProjectsVariablesDBTestCase.test_variables_update_by_resource_id_not_found ... ok
craton.tests.unit.db.test_variables.RegionsVariablesDBTestCase.test_get_resource_by_id_not_found ... ok
craton.tests.unit.db.test_variables.RegionsVariablesDBTestCase.test_get_resource_by_id_with_variables ... ok
craton.tests.unit.db.test_variables.RegionsVariablesDBTestCase.test_variables_delete_by_resource_id ... ok
craton.tests.unit.db.test_variables.RegionsVariablesDBTestCase.test_variables_delete_by_resource_id_resource_not_found ... ok
craton.tests.unit.db.test_variables.RegionsVariablesDBTestCase.test_variables_delete_by_resource_id_variable_not_found ... ok
craton.tests.unit.db.test_variables.RegionsVariablesDBTestCase.test_variables_update_by_resource_id_existing_empty ... ok
craton.tests.unit.db.test_variables.RegionsVariablesDBTestCase.test_variables_update_by_resource_id_modify_existing ... ok
craton.tests.unit.db.test_variables.RegionsVariablesDBTestCase.test_variables_update_by_resource_id_not_found ... 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_labels ... ok
craton.tests.unit.test_api.APIV1HostsLabelsTest.test_hosts_delete_labels_bad_data_type ... 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_variables ... ok
craton.tests.unit.test_api.APIV1HostsVariablesTest.test_hosts_delete_variables_bad_data_type ... ok
craton.tests.unit.test_api.APIV1HostsVariablesTest.test_hosts_put_data ... ok
craton.tests.unit.test_api.APIV1HostsVariablesTest.test_hosts_put_variables_bad_data_type ... 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_labels ... ok
craton.tests.unit.test_api.APIV1NetworkDevicesLabelsTest.test_network_devices_delete_labels_bad_data ... 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_variables ... ok
craton.tests.unit.test_api.APIV1NetworkDevicesVariablesTest.test_network_devices_delete_vars_bad_data ... ok
craton.tests.unit.test_api.APIV1NetworkDevicesVariablesTest.test_network_devices_get_variables ... ok
craton.tests.unit.test_api.APIV1NetworkDevicesVariablesTest.test_network_devices_put_variables ... ok
craton.tests.unit.test_api.APIV1NetworkDevicesVariablesTest.test_network_devices_put_variables_bad_data ... 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_variables ... ok
craton.tests.unit.test_api.APIV1NetworksVariablesTest.test_networks_delete_variables_bad_data_type ... ok
craton.tests.unit.test_api.APIV1NetworksVariablesTest.test_networks_get_variables ... ok
craton.tests.unit.test_api.APIV1NetworksVariablesTest.test_networks_put_variables ... ok
craton.tests.unit.test_api.APIV1NetworksVariablesTest.test_networks_put_variables_bad_data_type ... 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_get_by_id ... ok
craton.tests.unit.test_api.APIV1ProjectsTest.test_project_get_by_name ... 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.APIV1ProjectsVariablesTest.test_projects_delete_variables ... ok
craton.tests.unit.test_api.APIV1ProjectsVariablesTest.test_projects_delete_variables_bad_data_type ... ok
craton.tests.unit.test_api.APIV1ProjectsVariablesTest.test_projects_get_variables ... ok
craton.tests.unit.test_api.APIV1ProjectsVariablesTest.test_projects_put_variables ... ok
craton.tests.unit.test_api.APIV1ProjectsVariablesTest.test_projects_put_variables_bad_data_type ... 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_variables ... ok
craton.tests.unit.test_api.APIV1RegionsVariablesTest.test_regions_delete_variables_bad_data_type ... ok
craton.tests.unit.test_api.APIV1RegionsVariablesTest.test_regions_put_variables ... ok
craton.tests.unit.test_api.APIV1RegionsVariablesTest.test_regions_put_variables_bad_data_type ... 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_routes.TestRouteURLNaming.test_route_naming_ansible_inventory ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_cells ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_cells_id ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_hosts ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_hosts_id ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_hosts_labels ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_network_devices ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_network_devices_id ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_network_devices_labels ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_network_interfaces ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_network_interfaces_id ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_networks ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_networks_id ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_projects ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_projects_id ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_regions ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_regions_id ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_users ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_users_id ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_variables_with_resolve ... ok
craton.tests.unit.test_api_routes.TestRouteURLNaming.test_route_naming_variables_without_resolve ... 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_hosts_id_DELETE ... 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_interfaces_id_DELETE ... 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_projects_id_DELETE ... 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_users_id_DELETE ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_ansible_inventory_GET_200 ... 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_201 ... 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_201 ... 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_POST_201 ... 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_POST_201 ... 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_POST_201 ... 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_201 ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_projects_id_GET_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_201 ... 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_201 ... 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_filter_variables_with_resolve_GET_200 ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_variables_with_resolve_PUT_200 ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_variables_without_resolve_GET_200 ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_variables_without_resolve_PUT_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_GET ... 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_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_labels_DELETE ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_hosts_labels_GET ... 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_labels_DELETE ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_network_devices_labels_GET ... 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_GET ... 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_GET ... 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_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_projects_id_GET ... 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_GET ... 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_users_GET ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_users_POST ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_users_id_GET ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_variables_with_resolve_DELETE ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_variables_with_resolve_GET ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_variables_with_resolve_PUT ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_variables_without_resolve_DELETE ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_variables_without_resolve_GET ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_validator_variables_without_resolve_PUT ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_ansible_inventory_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_cells_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_cells_POST ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_cells_id_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_cells_id_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_cells_id_PUT ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_hosts_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_hosts_POST ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_hosts_id_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_hosts_id_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_hosts_id_PUT ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_hosts_labels_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_hosts_labels_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_hosts_labels_PUT ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_devices_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_devices_POST ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_devices_id_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_devices_id_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_devices_id_PUT ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_devices_labels_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_devices_labels_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_devices_labels_PUT ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_interfaces_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_interfaces_POST ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_interfaces_id_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_interfaces_id_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_interfaces_id_PUT ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_networks_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_networks_POST ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_networks_id_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_networks_id_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_networks_id_PUT ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_projects_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_projects_POST ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_projects_id_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_projects_id_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_regions_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_regions_POST ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_regions_id_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_regions_id_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_regions_id_PUT ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_users_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_users_POST ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_users_id_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_users_id_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_variables_with_resolve_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_variables_with_resolve_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_variables_with_resolve_PUT ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_variables_without_resolve_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_variables_without_resolve_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_variables_without_resolve_PUT ... 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_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_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_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_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_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.TestRoutesInValidators.test_route_in_validators_variables_with_resolve_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_variables_with_resolve_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_variables_with_resolve_PUT ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_variables_without_resolve_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_variables_without_resolve_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_validators_variables_without_resolve_PUT ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.ansible_inventory_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.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_labels_DELETE ... 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_POST ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.network_devices_id_DELETE ... 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_labels_DELETE ... 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_POST ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.network_interfaces_id_DELETE ... 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_POST ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.networks_id_DELETE ... 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.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.projects_id_DELETE ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.projects_id_GET ... 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.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_filters_endpoint_method_in_routes_v1.variables_with_resolve_DELETE ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.variables_with_resolve_GET ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.variables_with_resolve_PUT ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.variables_without_resolve_DELETE ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.variables_without_resolve_GET ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.variables_without_resolve_PUT ... 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.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_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_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.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.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_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.variables_with_resolve_DELETE ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.variables_with_resolve_GET ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.variables_with_resolve_PUT ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.variables_without_resolve_DELETE ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.variables_without_resolve_GET ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_validators_endpoint_method_in_routes_v1.variables_without_resolve_PUT ... 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 (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_cell_calls.py", line 10, in setUp
super(APIV1CellTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1CellTest' object has no attribute 'service_ip'
-------------------- >> 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 0x7f5e7039c710>
docker.auth.auth: DEBUG: No config file found
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_create_with_no_name_fails
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_cell_calls.py", line 10, in setUp
super(APIV1CellTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1CellTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_create_with_variables
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_cell_calls.py", line 10, in setUp
super(APIV1CellTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1CellTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_delete
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_cell_calls.py", line 10, in setUp
super(APIV1CellTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1CellTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_get_all_with_name_filter
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_cell_calls.py", line 10, in setUp
super(APIV1CellTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1CellTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_cell_calls.APIV1CellTest.test_cell_update
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_cell_calls.py", line 10, in setUp
super(APIV1CellTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1CellTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_cell_calls.APIV1CellTest.test_cells_get_all_for_region
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_cell_calls.py", line 10, in setUp
super(APIV1CellTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1CellTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_cell_calls.APIV1CellTest.test_create_cell_supports_vars_ops
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_cell_calls.py", line 10, in setUp
super(APIV1CellTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1CellTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_cell_calls.APIV1CellTest.test_get_cell_details
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_cell_calls.py", line 10, in setUp
super(APIV1CellTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1CellTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_host_calls.APIV1HostTest.test_create_host
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_host_calls.py", line 10, in setUp
super(APIV1HostTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1HostTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_host_calls.APIV1HostTest.test_create_host_supports_vars_ops
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_host_calls.py", line 10, in setUp
super(APIV1HostTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1HostTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_host_calls.APIV1HostTest.test_create_with_missing_ip_fails
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_host_calls.py", line 10, in setUp
super(APIV1HostTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1HostTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_host_calls.APIV1HostTest.test_create_with_missing_name_fails
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_host_calls.py", line 10, in setUp
super(APIV1HostTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1HostTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_host_calls.APIV1HostTest.test_create_with_missing_type_fails
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_host_calls.py", line 10, in setUp
super(APIV1HostTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1HostTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_host_calls.APIV1HostTest.test_host_by_missing_filter
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_host_calls.py", line 10, in setUp
super(APIV1HostTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1HostTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_host_calls.APIV1HostTest.test_host_delete
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_host_calls.py", line 10, in setUp
super(APIV1HostTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1HostTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_host_calls.APIV1HostTest.test_host_get_all_for_region
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_host_calls.py", line 10, in setUp
super(APIV1HostTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1HostTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_host_calls.APIV1HostTest.test_host_get_by_ip_filter
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_host_calls.py", line 10, in setUp
super(APIV1HostTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1HostTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_host_calls.APIV1HostTest.test_host_get_by_vars_filter
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_host_calls.py", line 10, in setUp
super(APIV1HostTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1HostTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_project_calls.APIV1ProjectTest.test_create_project_supports_vars_ops
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_project_calls.py", line 13, in setUp
super(APIV1ProjectTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1ProjectTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_project_calls.APIV1ProjectTest.test_get_project_details
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_project_calls.py", line 13, in setUp
super(APIV1ProjectTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1ProjectTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_project_calls.APIV1ProjectTest.test_project_create_with_duplicate_name_works
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_project_calls.py", line 13, in setUp
super(APIV1ProjectTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1ProjectTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_project_calls.APIV1ProjectTest.test_project_create_with_variables
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_project_calls.py", line 13, in setUp
super(APIV1ProjectTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1ProjectTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_project_calls.APIV1ProjectTest.test_project_delete
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_project_calls.py", line 13, in setUp
super(APIV1ProjectTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1ProjectTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_project_calls.APIV1ProjectTest.test_project_get_all_with_name_filter
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_project_calls.py", line 13, in setUp
super(APIV1ProjectTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1ProjectTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_project_calls.APIV1ProjectTest.test_project_variables_delete
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_project_calls.py", line 13, in setUp
super(APIV1ProjectTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1ProjectTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_project_calls.APIV1ProjectTest.test_project_variables_update
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_project_calls.py", line 13, in setUp
super(APIV1ProjectTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1ProjectTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_create_region_full_data
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_region_calls.py", line 14, in setUp
super(APIV1RegionTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1RegionTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_create_region_supports_vars_ops
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_region_calls.py", line 14, in setUp
super(APIV1RegionTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1RegionTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_create_region_with_duplicate_name_fails
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_region_calls.py", line 14, in setUp
super(APIV1RegionTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1RegionTest' object has no attribute 'service_ip'
======================================================================
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 "/home/ubuntu/craton/craton/tests/functional/test_region_calls.py", line 14, in setUp
super(APIV1RegionTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1RegionTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_create_region_without_variables
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_region_calls.py", line 14, in setUp
super(APIV1RegionTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1RegionTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_region_get_details_for_region
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_region_calls.py", line 14, in setUp
super(APIV1RegionTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1RegionTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_region_with_non_existing_filters
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_region_calls.py", line 14, in setUp
super(APIV1RegionTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1RegionTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_regions_get_all
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/craton/craton/tests/functional/test_region_calls.py", line 14, in setUp
super(APIV1RegionTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1RegionTest' object has no attribute 'service_ip'
======================================================================
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 "/home/ubuntu/craton/craton/tests/functional/test_region_calls.py", line 14, in setUp
super(APIV1RegionTest, self).setUp()
File "/home/ubuntu/craton/craton/tests/functional/__init__.py", line 197, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1RegionTest' object has no attribute 'service_ip'
----------------------------------------------------------------------
Ran 622 tests in 8.099s
FAILED (errors=36)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment