Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
--- /home/samirrav/daos_CentOS8/src/tests/ftest/nvme/nvme_health.yaml   2021-07-01 01:32:40.148651459 +0000
+++ nvme/nvme_health.yaml       2021-07-01 22:18:24.236068631 +0000
@@ -1,10 +1,10 @@
 hosts:
   test_servers:
     - server-A
-    - server-B
   test_clients:
     - client-C
 timeout: 900
+disable_vmd: false
 server_config:
   engines_per_host: 2
   name: daos_server
@@ -12,24 +12,24 @@
     0:
       pinned_numa_node: 0
       nr_xs_helpers: 1
-      fabric_iface: ib0
-      fabric_iface_port: 31317
+      fabric_iface: eth0
+      fabric_iface_port: 31416
       log_file: daos_server0.log
       bdev_class: nvme
-      bdev_list: ["0000:81:00.0"]
-      scm_class: dcpm
-      scm_list: ["/dev/pmem0"]
+      bdev_list: ["0000:5d:05.5"]
+      scm_class: ram
+      scm_size: 32
       scm_mount: /mnt/daos0
     1:
       pinned_numa_node: 1
       nr_xs_helpers: 1
-      fabric_iface: ib1
-      fabric_iface_port: 31417
+      fabric_iface: eth0
+      fabric_iface_port: 31517
       log_file: daos_server1.log
       bdev_class: nvme
-      bdev_list: ["0000:da:00.0"]
-      scm_class: dcpm
-      scm_list: ["/dev/pmem1"]
+      bdev_list: ["0000:85:05.5"]
+      scm_class: ram
+      scm_size: 32
       scm_mount: /mnt/daos1
   transport_config:
     allow_insecure: True
@@ -45,3 +45,4 @@
     control_method: dmg
     number_of_pools: 40
     pool_used_percentage: 75

Execute test Avocado launch command and run nvme_health

  • ./launch.py -c -tc=wolf-[157] -ts=wolf-[157]  nvme_health