jolausa

Untitled

Feb 8th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. root@cbb55efd0d04:~# . $creds
  2. root@cbb55efd0d04:~# nova list
  3. +----+------+--------+------------+-------------+----------+
  4. | ID | Name | Status | Task State | Power State | Networks |
  5. +----+------+--------+------------+-------------+----------+
  6. +----+------+--------+------------+-------------+----------+
  7. root@cbb55efd0d04:~# neutron n et-list
  8. Unknown command [u'n', u'et-list']
  9. root@cbb55efd0d04:~# neutron net-list
  10. +--------------------------------------+--------------------+-------------------------------------------------------+
  11. | id | name | subnets |
  12. +--------------------------------------+--------------------+-------------------------------------------------------+
  13. | 35dbb7ea-3821-4cd8-815d-627c8b0089ab | admin_floating_net | 5ad21a8f-e176-41d3-b2da-78d4a22c5f9e 172.16.0.0/24 |
  14. | 945d8571-0dc7-4b07-9305-bdc6be22ce11 | admin_internal_net | 846734ff-d720-4243-90b3-9fc6ec45dedd 192.168.111.0/24 |
  15. +--------------------------------------+--------------------+-------------------------------------------------------+
  16.  
  17. root@cbb55efd0d04:~# cd repos/snaps/
  18. root@cbb55efd0d04:~/repos/snaps# git fetch https://gerrit.cablelabs.com/snaps-provisioning refs/changes/12/312/1 && git checkout FETCH_HEAD
  19. remote: Counting objects: 206, done
  20. remote: Finding sources: 100% (162/162)
  21. remote: Total 162 (delta 112), reused 149 (delta 112)
  22. Receiving objects: 100% (162/162), 38.95 KiB | 0 bytes/s, done.
  23. Resolving deltas: 100% (112/112), completed with 36 local objects.
  24. From https://gerrit.cablelabs.com/snaps-provisioning
  25. * branch refs/changes/12/312/1 -> FETCH_HEAD
  26. Note: checking out 'FETCH_HEAD'.
  27.  
  28. You are in 'detached HEAD' state. You can look around, make experimental
  29. changes and commit them, and you can discard any commits you make in this
  30. state without impacting any branches by performing another checkout.
  31.  
  32. If you want to create a new branch to retain commits you create, you may
  33. do so (now or later) by using -b with the checkout command again. Example:
  34.  
  35. git checkout -b new_branch_name
  36.  
  37. HEAD is now at a6c2848... Integrated changes suggested by Michael Plenchuk of OPNFV to address the issue outlined in https://jira.opnfv.org/browse/FUNCTEST-718 in the test create_instance_tests.CreateInstanceOnComputeHost#test_deploy_vm_to_each_compute_node() by creating a network to tie together the VMs being created on each compute node. As per the problem at hand, I am unsure whether or not this patch will address it; however, the addition of the network and VM ports should not adversely affect the intent of this test.
  38.  
  39.  
  40. root@cbb55efd0d04:~/repos/snaps# pip install --upgrade -e ${REPOS_DIR}/snaps/
  41.  
  42. root@cbb55efd0d04:~/repos/snaps# nohup functest testcase run snaps_smoke &
Add Comment
Please, Sign In to add comment