Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@cbb55efd0d04:~# . $creds
- root@cbb55efd0d04:~# nova list
- +----+------+--------+------------+-------------+----------+
- | ID | Name | Status | Task State | Power State | Networks |
- +----+------+--------+------------+-------------+----------+
- +----+------+--------+------------+-------------+----------+
- root@cbb55efd0d04:~# neutron n et-list
- Unknown command [u'n', u'et-list']
- root@cbb55efd0d04:~# neutron net-list
- +--------------------------------------+--------------------+-------------------------------------------------------+
- | id | name | subnets |
- +--------------------------------------+--------------------+-------------------------------------------------------+
- | 35dbb7ea-3821-4cd8-815d-627c8b0089ab | admin_floating_net | 5ad21a8f-e176-41d3-b2da-78d4a22c5f9e 172.16.0.0/24 |
- | 945d8571-0dc7-4b07-9305-bdc6be22ce11 | admin_internal_net | 846734ff-d720-4243-90b3-9fc6ec45dedd 192.168.111.0/24 |
- +--------------------------------------+--------------------+-------------------------------------------------------+
- root@cbb55efd0d04:~# cd repos/snaps/
- root@cbb55efd0d04:~/repos/snaps# git fetch https://gerrit.cablelabs.com/snaps-provisioning refs/changes/12/312/1 && git checkout FETCH_HEAD
- remote: Counting objects: 206, done
- remote: Finding sources: 100% (162/162)
- remote: Total 162 (delta 112), reused 149 (delta 112)
- Receiving objects: 100% (162/162), 38.95 KiB | 0 bytes/s, done.
- Resolving deltas: 100% (112/112), completed with 36 local objects.
- From https://gerrit.cablelabs.com/snaps-provisioning
- * branch refs/changes/12/312/1 -> FETCH_HEAD
- Note: checking out 'FETCH_HEAD'.
- You are in 'detached HEAD' state. You can look around, make experimental
- changes and commit them, and you can discard any commits you make in this
- state without impacting any branches by performing another checkout.
- If you want to create a new branch to retain commits you create, you may
- do so (now or later) by using -b with the checkout command again. Example:
- git checkout -b new_branch_name
- 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.
- root@cbb55efd0d04:~/repos/snaps# pip install --upgrade -e ${REPOS_DIR}/snaps/
- root@cbb55efd0d04:~/repos/snaps# nohup functest testcase run snaps_smoke &
Add Comment
Please, Sign In to add comment