srghma

Untitled

Jun 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1.  
  2. [nix-shell:~/projects/nixops]$ python2 tests.py tests.functional.test_vpc:test_enable_dns_support -vv
  3. nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
  4. nose.config: INFO: Excluding tests matching ['^coverage-tests\\.py$']
  5. nose.selector: INFO: /home/srghma/projects/nixops/dev-shell is executable; skipped
  6. nose.selector: INFO: /home/srghma/projects/nixops/clean_test_state_files.py is executable; skipped
  7. nose.selector: INFO: /home/srghma/projects/nixops/coverage-tests.py is executable; skipped
  8. nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
  9. nose.config: INFO: Excluding tests matching ['^coverage-tests\\.py$']
  10. tests.functional.test_vpc.test_enable_dns_support('json',) ... vpc-test> will set attribute enableDnsSupport to True
  11. vpc-test> will set attribute instanceTenancy to default
  12. vpc-test> will set attribute tags to {'Source': 'NixOps Tests'}
  13. vpc-test> will set attribute region to us-east-1
  14. vpc-test> will set attribute enableDnsHostnames to False
  15. vpc-test> will set attribute amazonProvidedIpv6CidrBlock to False
  16. vpc-test> will set attribute enableClassicLink to False
  17. vpc-test> will set attribute cidrBlock to 10.0.0.0/16
  18. vpc-test> creating vpc under region us-east-1
  19. vpc-test> done
  20. building all machine configurations...
  21. unnamed> closures copied successfully
  22. unnamed> deployment finished successfully
  23. vpc-test> destroying vpc vpc-0ad4ce71...
  24. deployment ‘c88f4ce8-7220-11e8-84e6-024286c7aaba’ destroyed
  25. ok
  26. tests.functional.test_vpc.test_enable_dns_support('nixops',) ... vpc-test> will set attribute enableDnsSupport to True
  27. vpc-test> will set attribute instanceTenancy to default
  28. vpc-test> will set attribute tags to {'Source': 'NixOps Tests'}
  29. vpc-test> will set attribute region to us-east-1
  30. vpc-test> will set attribute enableDnsHostnames to False
  31. vpc-test> will set attribute amazonProvidedIpv6CidrBlock to False
  32. vpc-test> will set attribute enableClassicLink to False
  33. vpc-test> will set attribute cidrBlock to 10.0.0.0/16
  34. vpc-test> creating vpc under region us-east-1
  35. vpc-test> done
  36. building all machine configurations...
  37. unnamed> closures copied successfully
  38. unnamed> deployment finished successfully
  39. vpc-test> destroying vpc vpc-80cbd1fb...
  40. deployment ‘cc82a6b0-7220-11e8-aa87-024286c7aaba’ destroyed
  41. ok
  42.  
  43. ----------------------------------------------------------------------
  44. Ran 2 tests in 11.726s
  45.  
  46. OK
  47.  
  48. [
Add Comment
Please, Sign In to add comment