Advertisement
srghma

Untitled

Jun 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 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', ('gce', ['/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/logical_base.nix', '/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/gce_base.nix'])) ... warning: non-fatal error on clean backups for deployment ‘a4e748f0-74ae-11e8-8d11-0242e49a1d0c’: Project name must be specified using "project" keyword.
  10. warning: non-fatal error on clean backups for deployment ‘a4e615fa-74ae-11e8-80df-0242e49a1d0c’: Project name must be specified using "project" keyword.
  11. deployment ‘a4e748f0-74ae-11e8-8d11-0242e49a1d0c’ destroyed
  12. deployment ‘a4e615fa-74ae-11e8-80df-0242e49a1d0c’ destroyed
  13. ok
  14. tests.functional.test_cloning_clones.test_cloning_clones('nixops', ('gce', ['/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/logical_base.nix', '/home/srghma/projects/nixops/tests/functional/shared/nix_expressions/gce_base.nix'])) ... warning: non-fatal error on clean backups for deployment ‘a536ad0a-74ae-11e8-9dc5-0242e49a1d0c’: Project name must be specified using "project" keyword.
  15. warning: non-fatal error on clean backups for deployment ‘a5394cd4-74ae-11e8-b760-0242e49a1d0c’: Project name must be specified using "project" keyword.
  16. deployment ‘a536ad0a-74ae-11e8-9dc5-0242e49a1d0c’ destroyed
  17. deployment ‘a5394cd4-74ae-11e8-b760-0242e49a1d0c’ destroyed
  18. ok
  19.  
  20. ----------------------------------------------------------------------
  21. Ran 2 tests in 1.138s
  22.  
  23. OK
  24.  
  25. [nix-shell:~/projects/nixops]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement