Skip to content

Instantly share code, notes, and snippets.

@thomasem
Created January 31, 2017 22:17
Show Gist options
  • Save thomasem/d59c106d5cb1782c3238a5b37cdaa9d0 to your computer and use it in GitHub Desktop.
Save thomasem/d59c106d5cb1782c3238a5b37cdaa9d0 to your computer and use it in GitHub Desktop.
Craton functional tests failing on Mac OS X (10.12.3 (16D32)) w/ Docker for Mac 1.13.0
...
======================================================================
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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1CellTest' object has no attribute 'service_ip'
-------------------- >> begin captured logging << --------------------
docker.auth.auth: DEBUG: Trying paths: <filter object at 0x11009ee80>
docker.auth.auth: DEBUG: Found file at path: /Users/thom6165/.docker/config.json
docker.auth.auth: DEBUG: Found 'auths' section
docker.auth.auth: DEBUG: Found entry (registry='https://index.docker.io/v1/', username='tmaddox')
docker.auth.auth: DEBUG: Found entry (registry='registry.getcarina.com', username='jenkinscarina')
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "GET /version HTTP/1.1" 200 235
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "GET /v1.25/_ping HTTP/1.1" 200 2
docker.api.build: DEBUG: Looking for auth config
docker.api.build: DEBUG: Sending auth config ('https://index.docker.io/v1/', 'registry.getcarina.com')
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "POST /v1.25/build?pull=True&dockerfile=Dockerfile&forcerm=True&t=craton-functional-testing-api&rm=False&nocache=False&q=False HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "POST /v1.25/containers/create HTTP/1.1" 201 90
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "POST /v1.25/containers/93af84aa59fd690bd82f237640052208485d14bde1d19f42ab06ba11c6c78358/start HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "GET /v1.25/containers/93af84aa59fd690bd82f237640052208485d14bde1d19f42ab06ba11c6c78358/json HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "POST /v1.25/containers/93af84aa59fd690bd82f237640052208485d14bde1d19f42ab06ba11c6c78358/stop?t=30 HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "DELETE /v1.25/containers/93af84aa59fd690bd82f237640052208485d14bde1d19f42ab06ba11c6c78358?link=False&force=False&v=False HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "DELETE /v1.25/images/craton-functional-testing-api?force=False&noprune=False HTTP/1.1" 200 None
--------------------- >> 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1HostTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_region_get_details_for_region_1
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/Users/thom6165/openstack/craton/craton/tests/functional/test_region_calls.py", line 7, in setUp
super(APIV1RegionTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_region_calls.py", line 7, in setUp
super(APIV1RegionTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1RegionTest' object has no attribute 'service_ip'
======================================================================
ERROR: test suite for <module 'craton.tests.functional' from '/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/thom6165/openstack/craton/.tox/functional/lib/python3.5/site-packages/nose/suite.py", line 229, in run
self.tearDown()
File "/Users/thom6165/openstack/craton/.tox/functional/lib/python3.5/site-packages/nose/suite.py", line 352, in tearDown
self.teardownContext(ancestor)
File "/Users/thom6165/openstack/craton/.tox/functional/lib/python3.5/site-packages/nose/suite.py", line 368, in teardownContext
try_run(context, names)
File "/Users/thom6165/openstack/craton/.tox/functional/lib/python3.5/site-packages/nose/util.py", line 471, in try_run
return func()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 130, in tearDownModule
teardown_container()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 120, in teardown_container
_container.stop()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 75, in stop
self.client.stop(self.container, timeout=30)
File "/Users/thom6165/openstack/craton/.tox/functional/lib/python3.5/site-packages/docker/utils/decorators.py", line 21, in wrapped
return f(self, resource_id, *args, **kwargs)
File "/Users/thom6165/openstack/craton/.tox/functional/lib/python3.5/site-packages/docker/api/container.py", line 403, in stop
self._raise_for_status(res)
File "/Users/thom6165/openstack/craton/.tox/functional/lib/python3.5/site-packages/docker/client.py", line 173, in _raise_for_status
raise errors.NotFound(e, response, explanation=explanation)
docker.errors.NotFound: 404 Client Error: Not Found ("b'{"message":"No such container: 93af84aa59fd690bd82f237640052208485d14bde1d19f42ab06ba11c6c78358"}'")
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "POST /v1.25/containers/93af84aa59fd690bd82f237640052208485d14bde1d19f42ab06ba11c6c78358/stop?t=30 HTTP/1.1" 404 98
--------------------- >> end captured logging << ---------------------
...
$ tox -e functional
functional develop-inst-noop: /Users/thom6165/openstack/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+git@github.com:openstack/craton@b24831505dd89ae9bb5463809944299b3ed060ff#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.12.0,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,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='2805843483'
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_get_cell_details ... ERROR
craton.tests.functional.test_host_calls.APIV1HostTest.test_create_host ... 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_region_calls.APIV1RegionTest.test_region_get_details_for_region_1 ... ERROR
craton.tests.functional.test_region_calls.APIV1RegionTest.test_regions_get_all ... ERROR
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_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_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 ... 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.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_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_cells_id_variables ... 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_id_variables ... 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_id_variables ... 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_networks_id_variables ... 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_regions_id_variables ... 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_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_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_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_cells_id_variables_GET_200 ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_cells_id_variables_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_id_variables_GET_200 ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_hosts_id_variables_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_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_id_variables_GET_200 ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_network_devices_id_variables_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_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_POST_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_networks_id_variables_GET_200 ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_networks_id_variables_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_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_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_regions_id_variables_GET_200 ... ok
craton.tests.unit.test_api_schema.TestAPISchema.test_valid_schema_filter_regions_id_variables_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_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_cells_id_variables_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_cells_id_variables_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_cells_id_variables_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_id_variables_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_hosts_id_variables_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_hosts_id_variables_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_id_variables_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_devices_id_variables_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_network_devices_id_variables_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_networks_id_variables_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_networks_id_variables_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_networks_id_variables_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_regions_id_variables_DELETE ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_regions_id_variables_GET ... ok
craton.tests.unit.test_api_schema.TestRoutesInValidators.test_route_in_filters_regions_id_variables_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_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.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.cells_id_variables_DELETE ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.cells_id_variables_GET ... 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_GET ... 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_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_id_variables_DELETE ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.network_devices_id_variables_GET ... 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_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.networks_id_variables_DELETE ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.networks_id_variables_GET ... 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.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.regions_id_variables_DELETE ... ok
craton.tests.unit.test_api_schema.TestSchemaLocationInRoute.test_filters_endpoint_method_in_routes_v1.regions_id_variables_GET ... 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_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 (most recent call last):
File "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1CellTest' object has no attribute 'service_ip'
-------------------- >> begin captured logging << --------------------
docker.auth.auth: DEBUG: Trying paths: <filter object at 0x11009ee80>
docker.auth.auth: DEBUG: Found file at path: /Users/thom6165/.docker/config.json
docker.auth.auth: DEBUG: Found 'auths' section
docker.auth.auth: DEBUG: Found entry (registry='https://index.docker.io/v1/', username='tmaddox')
docker.auth.auth: DEBUG: Found entry (registry='registry.getcarina.com', username='jenkinscarina')
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "GET /version HTTP/1.1" 200 235
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "GET /v1.25/_ping HTTP/1.1" 200 2
docker.api.build: DEBUG: Looking for auth config
docker.api.build: DEBUG: Sending auth config ('https://index.docker.io/v1/', 'registry.getcarina.com')
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "POST /v1.25/build?pull=True&dockerfile=Dockerfile&forcerm=True&t=craton-functional-testing-api&rm=False&nocache=False&q=False HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "POST /v1.25/containers/create HTTP/1.1" 201 90
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "POST /v1.25/containers/93af84aa59fd690bd82f237640052208485d14bde1d19f42ab06ba11c6c78358/start HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "GET /v1.25/containers/93af84aa59fd690bd82f237640052208485d14bde1d19f42ab06ba11c6c78358/json HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 172.17.0.2
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "POST /v1.25/containers/93af84aa59fd690bd82f237640052208485d14bde1d19f42ab06ba11c6c78358/stop?t=30 HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "DELETE /v1.25/containers/93af84aa59fd690bd82f237640052208485d14bde1d19f42ab06ba11c6c78358?link=False&force=False&v=False HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "DELETE /v1.25/images/craton-functional-testing-api?force=False&noprune=False HTTP/1.1" 200 None
--------------------- >> 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_cell_calls.py", line 7, in setUp
super(APIV1CellTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_host_calls.py", line 7, in setUp
super(APIV1HostTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1HostTest' object has no attribute 'service_ip'
======================================================================
ERROR: craton.tests.functional.test_region_calls.APIV1RegionTest.test_region_get_details_for_region_1
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/Users/thom6165/openstack/craton/craton/tests/functional/test_region_calls.py", line 7, in setUp
super(APIV1RegionTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, 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 "/Users/thom6165/openstack/craton/craton/tests/functional/test_region_calls.py", line 7, in setUp
super(APIV1RegionTest, self).setUp()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 180, in setUp
setup_database(self.service_ip)
AttributeError: 'APIV1RegionTest' object has no attribute 'service_ip'
======================================================================
ERROR: test suite for <module 'craton.tests.functional' from '/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/thom6165/openstack/craton/.tox/functional/lib/python3.5/site-packages/nose/suite.py", line 229, in run
self.tearDown()
File "/Users/thom6165/openstack/craton/.tox/functional/lib/python3.5/site-packages/nose/suite.py", line 352, in tearDown
self.teardownContext(ancestor)
File "/Users/thom6165/openstack/craton/.tox/functional/lib/python3.5/site-packages/nose/suite.py", line 368, in teardownContext
try_run(context, names)
File "/Users/thom6165/openstack/craton/.tox/functional/lib/python3.5/site-packages/nose/util.py", line 471, in try_run
return func()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 130, in tearDownModule
teardown_container()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 120, in teardown_container
_container.stop()
File "/Users/thom6165/openstack/craton/craton/tests/functional/__init__.py", line 75, in stop
self.client.stop(self.container, timeout=30)
File "/Users/thom6165/openstack/craton/.tox/functional/lib/python3.5/site-packages/docker/utils/decorators.py", line 21, in wrapped
return f(self, resource_id, *args, **kwargs)
File "/Users/thom6165/openstack/craton/.tox/functional/lib/python3.5/site-packages/docker/api/container.py", line 403, in stop
self._raise_for_status(res)
File "/Users/thom6165/openstack/craton/.tox/functional/lib/python3.5/site-packages/docker/client.py", line 173, in _raise_for_status
raise errors.NotFound(e, response, explanation=explanation)
docker.errors.NotFound: 404 Client Error: Not Found ("b'{"message":"No such container: 93af84aa59fd690bd82f237640052208485d14bde1d19f42ab06ba11c6c78358"}'")
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: http://localhost:None "POST /v1.25/containers/93af84aa59fd690bd82f237640052208485d14bde1d19f42ab06ba11c6c78358/stop?t=30 HTTP/1.1" 404 98
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
Ran 606 tests in 2129.819s
FAILED (errors=19)
ERROR: InvocationError: '/Users/thom6165/openstack/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