summaryrefslogtreecommitdiffstats
path: root/tests/migrate-node-context.yaml
blob: 9abe793badc9daf5b71d366083c0ed745b4d23fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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