Comment 5 for bug 1567439

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-ostf (stable/mitaka)

Reviewed: https://review.openstack.org/311078
Committed: https://git.openstack.org/cgit/openstack/fuel-ostf/commit/?id=6d218a93fc1ba92cf8c2eaa43f39ba7b32d32a28
Submitter: Jenkins
Branch: stable/mitaka

commit 6d218a93fc1ba92cf8c2eaa43f39ba7b32d32a28
Author: Maksym Strukov <email address hidden>
Date: Fri Apr 8 20:31:06 2016 +0300

    Check connectivity from instance with DPDK via floating IP

    Scenario:
    1. Create a new security group (if it doesn`t exist yet).
    2. Create router
    3. Create network
    4. Create subnet
    5. Uplink subnet to router.
    6. Create new flavor with huge pages
    7. Create an instance using the new flavor, security group
    in created subnet. Boot it on compute with enabled DPDK.
    8. Create a new floating IP
    9. Assign the new floating IP to the instance.
    10. Check connectivity to the floating IP using ping command.
    11. Check that public IP 8.8.8.8 can be pinged from instance.
    12. Disassociate server floating ip.
    13. Delete floating ip
    14. Delete server.
    15. Delete flavor
    16. Remove router.
    17. Remove subnet
    18. Remove network

    Change-Id: I86c43896a6b7ff0e55f72dd7ffce02487ac7299e
    Closes-Bug: #1567439
    (cherry picked from commit 1eb65cc189ccc2125c9845d025aec937d2a56ab4)