Assign static IP to VM for standalone context 59/61459/5
authorStepan Andrushko <stepanx.andrushko@intel.com>
Tue, 28 Aug 2018 10:30:19 +0000 (13:30 +0300)
committerStepan Andrushko <stepanx.andrushko@intel.com>
Wed, 29 Aug 2018 17:27:00 +0000 (20:27 +0300)
commitc3a9c990edce2d393ae65b8090aae64a729b59d9
tree0a45370436c04dc92bdd84199c3465a7314a555d
parent749a77816a4ecd1adee41f896c6e6fc779127046
Assign static IP to VM for standalone context

During VM spawning IP address should be assigned by DHCP server in
the local network. Sometimes DHCP server is not capable to assign IP
address. So, need to add static IP address.

JIRA: YARDSTICK-1402

Change-Id: Ie59c340eb88eddcaff043496fc20aa48b49205ec
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
yardstick/benchmark/contexts/standalone/model.py
yardstick/benchmark/contexts/standalone/ovs_dpdk.py
yardstick/benchmark/contexts/standalone/sriov.py
yardstick/tests/unit/benchmark/contexts/standalone/test_model.py
yardstick/tests/unit/benchmark/contexts/standalone/test_ovs_dpdk.py
yardstick/tests/unit/benchmark/contexts/standalone/test_sriov.py