Advertisement
srghma

Untitled

Jun 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. [nix-shell:~/projects/nixops]$ python2 tests.py tests.functional.test_cloning_clones -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_cloning_clones.test_cloning_clones('json', ('vbox', ['/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/logical_base.nix', '/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/vbox_base.nix'])) ... warning: non-fatal error on clean backups for deployment ‘0740aa8a-7259-11e8-8f1f-024286c7aaba’: 'VirtualBoxState' object has no attribute 'get_backups'
  10. warning: non-fatal error on clean backups for deployment ‘073f7cf8-7259-11e8-85d5-024286c7aaba’: 'VirtualBoxState' object has no attribute 'get_backups'
  11. deployment ‘073f7cf8-7259-11e8-85d5-024286c7aaba’ destroyed
  12. deployment ‘0740aa8a-7259-11e8-8f1f-024286c7aaba’ destroyed
  13. ok
  14. tests.functional.test_cloning_clones.test_cloning_clones('json', ('libvirtd', ['/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/logical_base.nix', '/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/libvirtd_base.nix'])) ... warning: non-fatal error on clean backups for deployment ‘078e2a26-7259-11e8-8207-024286c7aaba’: 'LibvirtdState' object has no attribute 'get_backups'
  15. deployment ‘078e2a26-7259-11e8-8207-024286c7aaba’ destroyed
  16. warning: non-fatal error on clean backups for deployment ‘078e945c-7259-11e8-b0c7-024286c7aaba’: 'LibvirtdState' object has no attribute 'get_backups'
  17. deployment ‘078e945c-7259-11e8-b0c7-024286c7aaba’ destroyed
  18. ok
  19. tests.functional.test_cloning_clones.test_cloning_clones('json', ('ec2', ['/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/logical_base.nix', '/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/ec2_base.nix'])) ... warning: are you sure you want to destroy keypair ‘None’? (y/N) y
  20. warning: are you sure you want to destroy keypair ‘None’? (y/N) y
  21. deployment ‘0935a563-7259-11e8-834b-024286c7aaba’ destroyed
  22. deployment ‘0935c35c-7259-11e8-93c4-024286c7aaba’ destroyed
  23. ok
  24. tests.functional.test_cloning_clones.test_cloning_clones('nixops', ('vbox', ['/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/logical_base.nix', '/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/vbox_base.nix'])) ... warning: non-fatal error on clean backups for deployment ‘0997b359-7259-11e8-820e-024286c7aaba’: 'VirtualBoxState' object has no attribute 'get_backups'
  25. warning: non-fatal error on clean backups for deployment ‘099520fd-7259-11e8-a972-024286c7aaba’: 'VirtualBoxState' object has no attribute 'get_backups'
  26. deployment ‘0997b359-7259-11e8-820e-024286c7aaba’ destroyed
  27. deployment ‘099520fd-7259-11e8-a972-024286c7aaba’ destroyed
  28. ok
  29. tests.functional.test_cloning_clones.test_cloning_clones('nixops', ('libvirtd', ['/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/logical_base.nix', '/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/libvirtd_base.nix'])) ... warning: non-fatal error on clean backups for deployment ‘0a0c76d7-7259-11e8-82bd-024286c7aaba’: 'LibvirtdState' object has no attribute 'get_backups'
  30. warning: non-fatal error on clean backups for deployment ‘0a0f071e-7259-11e8-aa99-024286c7aaba’: 'LibvirtdState' object has no attribute 'get_backups'
  31. deployment ‘0a0c76d7-7259-11e8-82bd-024286c7aaba’ destroyed
  32. deployment ‘0a0f071e-7259-11e8-aa99-024286c7aaba’ destroyed
  33. ok
  34. tests.functional.test_cloning_clones.test_cloning_clones('nixops', ('ec2', ['/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/logical_base.nix', '/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/ec2_base.nix'])) ... warning: are you sure you want to destroy keypair ‘None’? (y/N) y
  35. warning: are you sure you want to destroy keypair ‘None’? (y/N) y
  36. deployment ‘0bbf4d59-7259-11e8-8990-024286c7aaba’ destroyed
  37. deployment ‘0bbcc128-7259-11e8-86c6-024286c7aaba’ destroyed
  38. ok
  39.  
  40. ----------------------------------------------------------------------
  41. Ran 6 tests in 8.163s
  42.  
  43. OK
  44.  
  45. [nix-shell:~/projects/nixops]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement