Project

Profile

Help

Issue #303 ยป screen.log

Test case screen log - mkovacik@redhat.com, 02/25/2015 05:07 PM

 
-bash-4.3$ nosetests -vs tests/general_tests/test_23_event_listener.py:EventListenerErrorTest.test_02_repo_publish_finish
test_02_repo_publish_finish (tests.general_tests.test_23_event_listener.EventListenerErrorTest) ... FAIL

======================================================================
FAIL: test_02_repo_publish_finish (tests.general_tests.test_23_event_listener.EventListenerErrorTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/mkovacik/src/pulp-automation/tests/general_tests/test_23_event_listener.py", line 282, in test_02_repo_publish_finish
assert self.bin.request_count == 1, 'invalid bin.request_count: %s' % self.bin.request_count
AssertionError: invalid bin.request_count: 0
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.util.retry: DEBUG: Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None)
requests.packages.urllib3.util.retry: DEBUG: Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None)
requests.packages.urllib3.util.retry: DEBUG: Converted retries value: 10 -> Retry(total=10, connect=None, read=None, redirect=None)
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): requestb.in
requests.packages.urllib3.connectionpool: DEBUG: "POST /api/v1/bins HTTP/1.1" 200 83
requests.packages.urllib3.connectionpool: INFO: Starting new HTTPS connection (1): ec2-54-93-118-212.eu-central-1.compute.amazonaws.com
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "POST /pulp/api/v2/events/ HTTP/1.1" 201 310
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('POST', '/events/', data='{"notifier_config": {"url": "http://requestb.in/17lhcuo1"}, "event_types": ["repo.sync.finish", "repo.publish.finish"], "notifier_type_id": "http"}', headers={'content-type': 'application/json'})) == <Response [201]>
pulp_auto.item: DEBUG: <class 'pulp_auto.event_listener.EventListener'>.from_response(<Response [201]>) == EventListener({u'_href': u'/pulp/api/v2/events/54edf06edf64a33dc1c1acad/', u'notifier_config': {u'url': u'http://requestb.in/17lhcuo1'}, u'_ns': u'event_listeners', u'event_types': [u'repo.sync.finish', u'repo.publish.finish'], u'_id': {u'$oid': u'54edf06edf64a33dc1c1acad'}, u'id': u'54edf06edf64a33dc1c1acad', u'notifier_type_id': u'http'})
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "PUT /pulp/api/v2/events/54edf06edf64a33dc1c1acad/ HTTP/1.1" 200 310
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('PUT', u'/events/54edf06edf64a33dc1c1acad/', data='{"event_listener": ["repo.publish.finish"]}', headers={'content-type': 'application/json'})) == <Response [200]>
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/events/54edf06edf64a33dc1c1acad/ HTTP/1.1" 200 310
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('GET', u'/events/54edf06edf64a33dc1c1acad/', data='{}', headers={'content-type': 'application/json'})) == <Response [200]>
pulp_auto.item: DEBUG: <class 'pulp_auto.event_listener.EventListener'>.from_response(<Response [200]>) == EventListener({u'_href': u'/pulp/api/v2/events/54edf06edf64a33dc1c1acad/', u'notifier_config': {u'url': u'http://requestb.in/17lhcuo1'}, u'_ns': u'event_listeners', u'event_types': [u'repo.sync.finish', u'repo.publish.finish'], u'_id': {u'$oid': u'54edf06edf64a33dc1c1acad'}, u'id': u'54edf06edf64a33dc1c1acad', u'notifier_type_id': u'http'})
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "POST /pulp/api/v2/repositories/ HTTP/1.1" 201 340
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('POST', '/repositories/', data='{"notes": {"_repo-type": "rpm-repo"}, "display_name": null, "id": "publish_error_repo"}', headers={'content-type': 'application/json'})) == <Response [201]>
pulp_auto.item: DEBUG: <class 'pulp_auto.repo.Repo'>.from_response(<Response [201]>) == Repo({u'scratchpad': {}, u'display_name': u'publish_error_repo', u'description': None, u'last_unit_added': None, u'notes': {u'_repo-type': u'rpm-repo'}, u'last_unit_removed': None, u'content_unit_counts': {}, u'_ns': u'repos', u'_id': {u'$oid': u'54edf06edf64a33dc1c1acaf'}, u'id': u'publish_error_repo', u'_href': u'/pulp/api/v2/repositories/publish_error_repo/'})
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "POST /pulp/api/v2/repositories/publish_error_repo/importers/ HTTP/1.1" 202 172
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('POST', u'/repositories/publish_error_repo/importers/', data='{"importer_id": "yum_importer", "importer_type_id": "yum_importer", "importer_config": {"feed": "https://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/", "ssl_validation": false}}', headers={'content-type': 'application/json'})) == <Response [202]>
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/tasks/c1f86863-3e89-481a-9bb4-269c5cd88e22/ HTTP/1.1" 200 1095
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('GET', u'/tasks/c1f86863-3e89-481a-9bb4-269c5cd88e22/', data='{}', headers={'content-type': 'application/json'})) == <Response [200]>
pulp_auto.item: DEBUG: <class 'pulp_auto.task.Task'>.from_response(<Response [200]>) == Task({u'exception': None, u'task_type': u'pulp.server.managers.repo.importer.set_importer', u'_href': u'/pulp/api/v2/tasks/c1f86863-3e89-481a-9bb4-269c5cd88e22/', u'task_id': u'c1f86863-3e89-481a-9bb4-269c5cd88e22', u'tags': [u'pulp:repository:publish_error_repo', u'pulp:action:add_importer'], u'finish_time': u'2015-02-25T15:55:27Z', u'_ns': u'task_status', u'start_time': u'2015-02-25T15:55:27Z', u'traceback': None, u'spawned_tasks': [], u'progress_report': {}, u'queue': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com.dq', u'state': u'finished', u'worker_name': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com', u'result': {u'scratchpad': None, u'_ns': u'repo_importers', u'importer_type_id': u'yum_importer', u'last_sync': None, u'scheduled_syncs': [], u'repo_id': u'publish_error_repo', u'_id': {u'$oid': u'54edf06fdf64a37b32ed2c59'}, u'config': {u'feed': u'https://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/', u'ssl_validation': False}, u'id': u'yum_importer'}, u'error': None, u'_id': {u'$oid': u'54edf06fb6e8307175588614'}, u'id': u'54edf06fdf64a37b4565800b'})
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/tasks/c1f86863-3e89-481a-9bb4-269c5cd88e22/ HTTP/1.1" 200 1095
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('GET', u'/tasks/c1f86863-3e89-481a-9bb4-269c5cd88e22/', data='{}', headers={'content-type': 'application/json'})) == <Response [200]>
pulp_auto.item: DEBUG: <class 'pulp_auto.task.Task'>.from_response(<Response [200]>) == Task({u'exception': None, u'task_type': u'pulp.server.managers.repo.importer.set_importer', u'_href': u'/pulp/api/v2/tasks/c1f86863-3e89-481a-9bb4-269c5cd88e22/', u'task_id': u'c1f86863-3e89-481a-9bb4-269c5cd88e22', u'tags': [u'pulp:repository:publish_error_repo', u'pulp:action:add_importer'], u'finish_time': u'2015-02-25T15:55:27Z', u'_ns': u'task_status', u'start_time': u'2015-02-25T15:55:27Z', u'traceback': None, u'spawned_tasks': [], u'progress_report': {}, u'queue': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com.dq', u'state': u'finished', u'worker_name': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com', u'result': {u'scratchpad': None, u'_ns': u'repo_importers', u'importer_type_id': u'yum_importer', u'last_sync': None, u'scheduled_syncs': [], u'repo_id': u'publish_error_repo', u'_id': {u'$oid': u'54edf06fdf64a37b32ed2c59'}, u'config': {u'feed': u'https://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/', u'ssl_validation': False}, u'id': u'yum_importer'}, u'error': None, u'_id': {u'$oid': u'54edf06fb6e8307175588614'}, u'id': u'54edf06fdf64a37b4565800b'})
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/repositories/publish_error_repo/importers/yum_importer/ HTTP/1.1" 200 334
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('GET', u'/repositories/publish_error_repo/importers/yum_importer/', data='{}', headers={'content-type': 'application/json'})) == <Response [200]>
pulp_auto.item: DEBUG: <class 'pulp_auto.repo.Importer'>.from_response(<Response [200]>) == Importer({u'scratchpad': None, u'_ns': u'repo_importers', u'importer_type_id': u'yum_importer', u'last_sync': None, u'scheduled_syncs': [], u'repo_id': u'publish_error_repo', u'_id': {u'$oid': u'54edf06fdf64a37b32ed2c59'}, u'config': {u'feed': u'https://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/', u'ssl_validation': False}, u'id': u'yum_importer'})
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "POST /pulp/api/v2/repositories/publish_error_repo/distributors/ HTTP/1.1" 201 461
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('POST', u'/repositories/publish_error_repo/distributors/', data='{"distributor_id": "publish_error_repo_distributor", "distributor_type_id": "yum_distributor", "distributor_config": {"http": true, "relative_url": "publish_error_repo", "https": true}, "auto_publish": false}', headers={'content-type': 'application/json'})) == <Response [201]>
pulp_auto.item: DEBUG: <class 'pulp_auto.repo.Distributor'>.from_response(<Response [201]>) == Distributor({u'repo_id': u'publish_error_repo', u'_href': u'/pulp/api/v2/repositories/publish_error_repo/distributors/publish_error_repo_distributor/', u'_ns': u'repo_distributors', u'last_publish': None, u'auto_publish': False, u'scheduled_publishes': [], u'distributor_type_id': u'yum_distributor', u'scratchpad': None, u'_id': {u'$oid': u'54edf070df64a33dbf53ca0a'}, u'config': {u'http': True, u'https': True, u'relative_url': u'publish_error_repo'}, u'id': u'publish_error_repo_distributor'})
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "POST /pulp/api/v2/repositories/publish_error_repo/actions/publish/ HTTP/1.1" 202 172
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('POST', u'/repositories/publish_error_repo/actions/publish/', data='{"override_config": null, "id": "invalid_distributor_id"}', headers={'content-type': 'application/json'})) == <Response [202]>
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/tasks/4a1c2a37-fc23-4e53-a217-52e953475588/ HTTP/1.1" 200 1724
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('GET', u'/tasks/4a1c2a37-fc23-4e53-a217-52e953475588/', data='{}', headers={'content-type': 'application/json'})) == <Response [200]>
pulp_auto.item: DEBUG: <class 'pulp_auto.task.Task'>.from_response(<Response [200]>) == Task({u'exception': None, u'task_type': u'pulp.server.managers.repo.publish.publish', u'_href': u'/pulp/api/v2/tasks/4a1c2a37-fc23-4e53-a217-52e953475588/', u'task_id': u'4a1c2a37-fc23-4e53-a217-52e953475588', u'tags': [u'pulp:repository:publish_error_repo', u'pulp:action:publish'], u'finish_time': u'2015-02-25T15:55:28Z', u'_ns': u'task_status', u'start_time': u'2015-02-25T15:55:28Z', u'traceback': u'Traceback (most recent call last):\n File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task\n R = retval = fun(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 328, in __call__\n return super(Task, self).__call__(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 437, in __protected_call__\n return self.run(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/pulp/server/managers/repo/publish.py", line 81, in publish\n raise MissingResource(repository=repo_id, distributor=distributor_id)\nMissingResource: Missing resource(s): distributor=invalid_distributor_id, repository=publish_error_repo\n', u'spawned_tasks': [], u'progress_report': {}, u'queue': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com.dq', u'state': u'error', u'worker_name': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com', u'result': None, u'error': {u'code': u'PLP0009', u'data': {u'resources': {u'distributor': u'invalid_distributor_id', u'repository': u'publish_error_repo'}}, u'description': u'Missing resource(s): distributor=invalid_distributor_id, repository=publish_error_repo', u'sub_errors': []}, u'_id': {u'$oid': u'54edf070b6e8307175588615'}, u'id': u'54edf070df64a37b45658011'})
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/tasks/4a1c2a37-fc23-4e53-a217-52e953475588/ HTTP/1.1" 200 1724
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('GET', u'/tasks/4a1c2a37-fc23-4e53-a217-52e953475588/', data='{}', headers={'content-type': 'application/json'})) == <Response [200]>
pulp_auto.item: DEBUG: <class 'pulp_auto.task.Task'>.from_response(<Response [200]>) == Task({u'exception': None, u'task_type': u'pulp.server.managers.repo.publish.publish', u'_href': u'/pulp/api/v2/tasks/4a1c2a37-fc23-4e53-a217-52e953475588/', u'task_id': u'4a1c2a37-fc23-4e53-a217-52e953475588', u'tags': [u'pulp:repository:publish_error_repo', u'pulp:action:publish'], u'finish_time': u'2015-02-25T15:55:28Z', u'_ns': u'task_status', u'start_time': u'2015-02-25T15:55:28Z', u'traceback': u'Traceback (most recent call last):\n File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task\n R = retval = fun(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 328, in __call__\n return super(Task, self).__call__(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 437, in __protected_call__\n return self.run(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/pulp/server/managers/repo/publish.py", line 81, in publish\n raise MissingResource(repository=repo_id, distributor=distributor_id)\nMissingResource: Missing resource(s): distributor=invalid_distributor_id, repository=publish_error_repo\n', u'spawned_tasks': [], u'progress_report': {}, u'queue': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com.dq', u'state': u'error', u'worker_name': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com', u'result': None, u'error': {u'code': u'PLP0009', u'data': {u'resources': {u'distributor': u'invalid_distributor_id', u'repository': u'publish_error_repo'}}, u'description': u'Missing resource(s): distributor=invalid_distributor_id, repository=publish_error_repo', u'sub_errors': []}, u'_id': {u'$oid': u'54edf070b6e8307175588615'}, u'id': u'54edf070df64a37b45658011'})
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/tasks/4a1c2a37-fc23-4e53-a217-52e953475588/ HTTP/1.1" 200 1724
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('GET', u'/tasks/4a1c2a37-fc23-4e53-a217-52e953475588/', data='{}', headers={'content-type': 'application/json'})) == <Response [200]>
pulp_auto.item: DEBUG: <class 'pulp_auto.task.Task'>.from_response(<Response [200]>) == Task({u'exception': None, u'task_type': u'pulp.server.managers.repo.publish.publish', u'_href': u'/pulp/api/v2/tasks/4a1c2a37-fc23-4e53-a217-52e953475588/', u'task_id': u'4a1c2a37-fc23-4e53-a217-52e953475588', u'tags': [u'pulp:repository:publish_error_repo', u'pulp:action:publish'], u'finish_time': u'2015-02-25T15:55:28Z', u'_ns': u'task_status', u'start_time': u'2015-02-25T15:55:28Z', u'traceback': u'Traceback (most recent call last):\n File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task\n R = retval = fun(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 328, in __call__\n return super(Task, self).__call__(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 437, in __protected_call__\n return self.run(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/pulp/server/managers/repo/publish.py", line 81, in publish\n raise MissingResource(repository=repo_id, distributor=distributor_id)\nMissingResource: Missing resource(s): distributor=invalid_distributor_id, repository=publish_error_repo\n', u'spawned_tasks': [], u'progress_report': {}, u'queue': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com.dq', u'state': u'error', u'worker_name': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com', u'result': None, u'error': {u'code': u'PLP0009', u'data': {u'resources': {u'distributor': u'invalid_distributor_id', u'repository': u'publish_error_repo'}}, u'description': u'Missing resource(s): distributor=invalid_distributor_id, repository=publish_error_repo', u'sub_errors': []}, u'_id': {u'$oid': u'54edf070b6e8307175588615'}, u'id': u'54edf070df64a37b45658011'})
requests.packages.urllib3.connectionpool: DEBUG: "GET /api/v1/bins/17lhcuo1 HTTP/1.1" 200 83
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "DELETE /pulp/api/v2/repositories/publish_error_repo/distributors/publish_error_repo_distributor/ HTTP/1.1" 202 172
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('DELETE', u'/repositories/publish_error_repo/distributors/publish_error_repo_distributor/', data='{}', headers={'content-type': 'application/json'})) == <Response [202]>
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "DELETE /pulp/api/v2/repositories/publish_error_repo/importers/yum_importer/ HTTP/1.1" 202 172
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('DELETE', u'/repositories/publish_error_repo/importers/yum_importer/', data='{}', headers={'content-type': 'application/json'})) == <Response [202]>
py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)

requests.packages.urllib3.connectionpool: DEBUG: "DELETE /pulp/api/v2/repositories/publish_error_repo/ HTTP/1.1" 202 172
pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x7f23d92e0b50>.send(Request('DELETE', u'/repositories/publish_error_repo/', data='{}', headers={'content-type': 'application/json'})) == <Response [202]>
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 1 test in 22.585s

FAILED (failures=1)
-bash-4.3$
    (1-1/1)