srghma

Untitled

Jun 17th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1.  
  2. [nix-shell:~/projects/nixops]$ python2 tests.py tests.functional.test_vpc:test_deploy_subnets -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_deploy_subnets('json',) ... vpc-test...> will set attribute enableDnsSupport to False
  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. subnet-test> will set attribute mapPublicIpOnLaunch to True
  19. subnet-test> will set attribute zone to us-east-1a
  20. subnet-test> will set attribute tags to {'Source': 'NixOps Tests'}
  21. subnet-test> will set attribute region to us-east-1
  22. subnet-test> will set attribute vpcId to computed
  23. subnet-test> will set attribute cidrBlock to 10.0.0.0/19
  24. vpc-test...> creating vpc under region us-east-1
  25. vpc-test...> done
  26. subnet-test> creating subnet in vpc vpc-ccf8e2b7
  27. subnet-test> done
  28. building all machine configurations...
  29. unnamed> closures copied successfully
  30. unnamed> deployment finished successfully
  31. subnet-test> deleting subnet subnet-455e3d0f
  32. vpc-test...> destroying vpc vpc-ccf8e2b7...
  33. deployment ‘6d27b5ab-7225-11e8-8719-024286c7aaba’ destroyed
  34. ok
  35. tests.functional.test_vpc.test_deploy_subnets('nixops',) ... vpc-test...> will set attribute enableDnsSupport to False
  36. vpc-test...> will set attribute instanceTenancy to default
  37. vpc-test...> will set attribute tags to {'Source': 'NixOps Tests'}
  38. vpc-test...> will set attribute region to us-east-1
  39. vpc-test...> will set attribute enableDnsHostnames to False
  40. vpc-test...> will set attribute amazonProvidedIpv6CidrBlock to False
  41. vpc-test...> will set attribute enableClassicLink to False
  42. vpc-test...> will set attribute cidrBlock to 10.0.0.0/16
  43. subnet-test> will set attribute mapPublicIpOnLaunch to True
  44. subnet-test> will set attribute zone to us-east-1a
  45. subnet-test> will set attribute tags to {'Source': 'NixOps Tests'}
  46. subnet-test> will set attribute region to us-east-1
  47. subnet-test> will set attribute vpcId to computed
  48. subnet-test> will set attribute cidrBlock to 10.0.0.0/19
  49. vpc-test...> creating vpc under region us-east-1
  50. vpc-test...> done
  51. subnet-test> creating subnet in vpc vpc-79c3d902
  52. subnet-test> done
  53. building all machine configurations...
  54. unnamed> closures copied successfully
  55. unnamed> deployment finished successfully
  56. subnet-test> deleting subnet subnet-5a5e3d10
  57. vpc-test...> destroying vpc vpc-79c3d902...
  58. deployment ‘7260c747-7225-11e8-8b1c-024286c7aaba’ destroyed
  59. ok
  60.  
  61. ----------------------------------------------------------------------
  62. Ran 2 tests in 17.123s
  63.  
  64. OK
  65.  
  66. [nix-shell:~/projects/nixops]$
Add Comment
Please, Sign In to add comment