summaryrefslogtreecommitdiffstats
path: root/tests/migrate-node-context.yaml
diff options
context:
space:
mode:
authorNavya <navyax.bathula@intel.com>2017-10-04 02:55:58 -0700
committerNavya Bathula <navyax.bathula@intel.com>2017-11-29 10:32:48 +0000
commit7ea7eea6dab8c1b40c2626eead4ced80e77f87b9 (patch)
tree9e914f0c3c68405d0cacc813613c7a11cfb798c2 /tests/migrate-node-context.yaml
parentc8298861407f3f33af25691ea60841c104938dac (diff)
Execution of Livemigration through Yardstickopnfv-5.2.0
This Patch includes the scripts to execute the live migration test using Yardstick and providing the information of VM downtime, setuptime,totaltime Change-Id: Ibe768adde1e5b2289a716524a274081cca97751d Co-Authored by:RajithaY<rajithax.yerrumsetty@intel.com> Signed-off-by: Navya <navyax.bathula@intel.com>
Diffstat (limited to 'tests/migrate-node-context.yaml')
-rwxr-xr-xtests/migrate-node-context.yaml41
1 files changed, 41 insertions, 0 deletions
diff --git a/tests/migrate-node-context.yaml b/tests/migrate-node-context.yaml
new file mode 100755
index 000000000..9abe793ba
--- /dev/null
+++ b/tests/migrate-node-context.yaml
@@ -0,0 +1,41 @@
+---
+
+schema: "yardstick:task:0.1"
+
+scenarios:
+-
+ type: QemuMigrate
+ options:
+ smp: 2
+ migrate_to_port: 4444
+ incoming_ip: 0
+ qmp_src_path: "/tmp/qmp-sock-src"
+ qmp_dst_path: "/tmp/qmp-sock-dst"
+ max_down_time: "0.10"
+ host: kvm.LF
+ runner:
+ type: Duration
+ duration: 1
+ interval: 1
+ tc: "migrate-node-context"
+ sla:
+ max_totaltime: 10
+ max_downtime: 0.10
+ max_setuptime: 0.50
+ action: monitor
+ setup_options:
+ rpm_dir: "/opt/rpm"
+ script_dir: "/opt/scripts"
+ image_dir: "/opt/image"
+ host_setup_seqs:
+ - "host-setup0.sh"
+ - "reboot"
+ - "host-setup1.sh"
+ - "setup_ovsdpdk.sh"
+ - "host-install-qemu.sh"
+ - "host-run-livemigration.sh"
+
+context:
+ type: Node
+ name: LF
+ file: /opt/scripts/pod.yaml \ No newline at end of file