Versions Compared

Key

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

...

Sample LUTF Config file

#!/bin/bash

#Key Exports

export master_HOST=onyx-15vm1

 export agent1_HOST=onyx-16vm1

export agent2_HOST=onyx-17vm1

export agent3_HOST=onyx-18vm1

export AGENTCOUNT=3

 

VERBOSE=true

  

# ports for LUTF Telnet connection

export MASTER_PORT=8494

export AGENT_PORT=8094

 

# script and result paths

script_DIR=$LUSTRE/tests/lutf/python/test/dlc/

output_DIR=$LUSTRE/tests/lutf/python/tests/

 

...