Skip to content

Commit

Permalink
Update with DAOS-16167
Browse files Browse the repository at this point in the history
Signed-off-by: Maureen Jean <maureen.jean@intel.com>
  • Loading branch information
mjean308 committed Sep 25, 2024
1 parent 9f107a9 commit f1859e5
Show file tree
Hide file tree
Showing 6 changed files with 578 additions and 207 deletions.
2 changes: 1 addition & 1 deletion src/tests/ftest/soak/harassers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ hosts:
test_servers: 8
# servers if a server partition is defined
# server_partition: daos_server
client_partition: daos_client
# client_partition: daos_client
# client_reservation: daos-test
orterun:
allow_run_as_root: true
Expand Down
2 changes: 1 addition & 1 deletion src/tests/ftest/soak/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ hosts:
test_servers: 4
# servers if a server partition is defined
# server_partition: daos_server
client_partition: daos_client
# client_partition: daos_client
# client_reservation: daos-test
orterun:
allow_run_as_root: true
Expand Down
7 changes: 1 addition & 6 deletions src/tests/ftest/soak/stress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ hosts:
test_servers: 8
# servers if a server partition is defined
# server_partition: daos_server
client_partition: daos_client
# client_partition: daos_client
# client_reservation: daos-test
orterun:
allow_run_as_root: true
Expand Down Expand Up @@ -138,7 +138,6 @@ ior_stress:
mount_dir: "/tmp/soak_dfuse_ior/"
disable_caching: true
thread_count: 8
cores: '0-7'
fio_stress:
api:
- POSIX
Expand Down Expand Up @@ -180,7 +179,6 @@ fio_stress:
mount_dir: "/tmp/soak_dfuse_fio/"
disable_caching: true
thread_count: 8
cores: '0-7'
daos_racer:
runtime: 120
vpic_stress:
Expand Down Expand Up @@ -217,7 +215,6 @@ lammps_stress:
mount_dir: "/tmp/soak_dfuse_lammps/"
disable_caching: true
thread_count: 8
cores: '0-7'
oclass:
- ["EC_2P1GX", "RP_2GX"]
mdtest_stress:
Expand Down Expand Up @@ -258,7 +255,6 @@ mdtest_stress:
mount_dir: "/tmp/soak_dfuse_mdtest/"
disable_caching: true
thread_count: 8
cores: '0-7'
macsio_stress:
job_timeout: 30
nodesperjob:
Expand Down Expand Up @@ -289,7 +285,6 @@ macsio_stress:
mount_dir: "/tmp/soak_dfuse_macsio/"
disable_caching: true
thread_count: 8
cores: '0-7'
datamover_stress:
job_timeout: 10
nodesperjob:
Expand Down
1 change: 1 addition & 0 deletions src/tests/ftest/util/job_manager_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ def __init__(self, job, subprocess=False, mpi_type="openmpi"):
self.tmpdir_base = FormattedParameter("--mca orte_tmpdir_base {}", None)
self.args = BasicParameter(None, None)
self.mpi_type = mpi_type
self.hostlist = FormattedParameter("-hosts {}", None)

def assign_hosts(self, hosts, path=None, slots=None, hostfile=True):
"""Assign the hosts to use with the command (-f).
Expand Down
Loading

0 comments on commit f1859e5

Please sign in to comment.