Skip to content

Instantly share code, notes, and snippets.

@hogepodge
Created December 9, 2014 15:56
Show Gist options
  • Save hogepodge/366e4ea82bd8bb5d6ed6 to your computer and use it in GitHub Desktop.
Save hogepodge/366e4ea82bd8bb5d6ed6 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "./refstack-client", line 31, in <module>
getattr(test, args.func)()
File "/vagrant/refstack-client/refstack_client/refstack_client.py", line 207, in test
results = self.get_passed_tests(results_file)
File "/vagrant/refstack-client/refstack_client/refstack_client.py", line 154, in get_passed_tests
results = subunit_processor.process_stream()
File "/vagrant/refstack-client/refstack_client/subunit_processor.py", line 54, in process_stream
with open(self.in_stream, 'r') as fin:
IOError: [Errno 2] No such file or directory: '.venv/src/tempest/.testrepository/0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment