Advertisement
srghma

Untitled

Jun 17th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. [nix-shell:~/projects/nixops]$ python2 tests.py tests.functional.test_vpc:test_enable_ipv6 -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_enable_ipv6('json',) ... vpc-test> will set attribute enableDnsSupport to False
  10. vpc-test> will set attribute instanceTenancy to default
  11. vpc-test> will set attribute tags to {'Source': 'NixOps Tests'}
  12. vpc-test> will set attribute region to us-east-1
  13. vpc-test> will set attribute enableDnsHostnames to False
  14. vpc-test> will set attribute amazonProvidedIpv6CidrBlock to True
  15. vpc-test> will set attribute enableClassicLink to False
  16. vpc-test> will set attribute cidrBlock to 10.0.0.0/16
  17. vpc-test> creating vpc under region us-east-1
  18. vpc-test> done
  19. vpc-test> associating an amazon provided Ipv6 address to vpc vpc-b9c8d2c2
  20. vpc-test> done
  21. vpc-test> generated Ipv6 cidr block: 2600:1f18:42f:200::/56
  22. building all machine configurations...
  23. unnamed> closures copied successfully
  24. unnamed> deployment finished successfully
  25. vpc-test> destroying vpc vpc-b9c8d2c2...
  26. deployment ‘65c3ed57-7225-11e8-958c-024286c7aaba’ destroyed
  27. ok
  28. tests.functional.test_vpc.test_enable_ipv6('nixops',) ... vpc-test> will set attribute enableDnsSupport to False
  29. vpc-test> will set attribute instanceTenancy to default
  30. vpc-test> will set attribute tags to {'Source': 'NixOps Tests'}
  31. vpc-test> will set attribute region to us-east-1
  32. vpc-test> will set attribute enableDnsHostnames to False
  33. vpc-test> will set attribute amazonProvidedIpv6CidrBlock to True
  34. vpc-test> will set attribute enableClassicLink to False
  35. vpc-test> will set attribute cidrBlock to 10.0.0.0/16
  36. vpc-test> creating vpc under region us-east-1
  37. vpc-test> done
  38. vpc-test> associating an amazon provided Ipv6 address to vpc vpc-f6cfd58d
  39. vpc-test> done
  40. vpc-test> generated Ipv6 cidr block: 2600:1f18:43bd:bb00::/56
  41. building all machine configurations...
  42. unnamed> closures copied successfully
  43. unnamed> deployment finished successfully
  44. vpc-test> destroying vpc vpc-f6cfd58d...
  45. deployment ‘69051a14-7225-11e8-b66f-024286c7aaba’ destroyed
  46. ok
  47.  
  48. ----------------------------------------------------------------------
  49. Ran 2 tests in 11.847s
  50.  
  51. OK
  52.  
  53. [
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement