Created
January 15, 2013 20:22
-
-
Save hub-cap/4541697 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
ERROR: proboscis.case.MethodTest (queue_is_deleted) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func | |
compatability.capture_type_error(s_func) | |
File "/usr/local/lib/python2.7/dist-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error | |
func() | |
File "/usr/local/lib/python2.7/dist-packages/proboscis/case.py", line 350, in func | |
func(test_case.state.get_state()) | |
File "/mnt/hgfs/db/reddwarf-integration/tests/integration/tests/api/instances_direct.py", line 32, in queue_is_deleted | |
queue_name = "guestagent.%s" % instance_info.id | |
NameError: global name 'instance_info' is not defined | |
---------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment