Change default vports type to int
[yardstick.git] / samples / migrate-node-context.yaml
1 ---
2
3 schema: "yardstick:task:0.1"
4
5 scenarios:
6 -
7   type: QemuMigrate
8   options:
9     smp: 2
10     migrate_to_port: 4444
11     incoming_ip: 0
12     qmp_src_path: "/tmp/qmp-sock-src"
13     qmp_dst_path: "/tmp/qmp-sock-dst"
14     max_down_time: "0.10"
15   host: kvm.LF
16   runner:
17     type: Duration
18     duration: 1
19     interval: 1
20   sla:
21     max_totaltime: 10
22     max_downtime: 0.10
23     max_setuptime: 0.50
24     action: monitor
25   setup_options:
26     rpm_dir: "/opt/rpm"
27     script_dir: "/opt/scripts"
28     image_dir: "/opt/image"
29     host_setup_seqs:
30     - "host-setup0.sh"
31     - "reboot"
32     - "host-setup1.sh"
33     - "setup-ovsdpdk.sh"
34     - "host-install-qemu.sh"
35     - "host-run-qemu4lm.sh"
36
37 context:
38   type: Node
39   name: LF
40   file: /root/yardstick/pod.yaml