Advertisement
srghma

Untitled

Jun 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. [nix-shell:~/projects/nixops]$ python2 tests.py tests.functional.test_vpc:test_deploy_vpc -vv
  2. nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
  3. nose.config: INFO: Excluding tests matching ['^coverage-tests\\.py$']
  4. nose.selector: INFO: /home/srghma/projects/nixops/dev-shell is executable; skipped
  5. nose.selector: INFO: /home/srghma/projects/nixops/clean_test_state_files.py is executable; skipped
  6. nose.selector: INFO: /home/srghma/projects/nixops/coverage-tests.py is executable; skipped
  7. nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
  8. nose.config: INFO: Excluding tests matching ['^coverage-tests\\.py$']
  9. tests.functional.test_vpc.test_deploy_vpc('json',) ... vpc-test> creating vpc under region us-east-1
  10. vpc-test> done
  11. building all machine configurations...
  12. unnamed> closures copied successfully
  13. unnamed> deployment finished successfully
  14. vpc-test> destroying vpc vpc-bac8d2c1...
  15. deployment ‘441d2eb0-7225-11e8-8143-024286c7aaba’ destroyed
  16. ok
  17. tests.functional.test_vpc.test_deploy_vpc('nixops',) ... vpc-test> creating vpc under region us-east-1
  18. vpc-test> done
  19. building all machine configurations...
  20. unnamed> closures copied successfully
  21. unnamed> deployment finished successfully
  22. vpc-test> destroying vpc vpc-84c2d8ff...
  23. deployment ‘46d52a7d-7225-11e8-b2f9-024286c7aaba’ destroyed
  24. ok
  25.  
  26. ----------------------------------------------------------------------
  27. Ran 2 tests in 9.328s
  28.  
  29. OK
  30.  
  31. [
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement