Skip to content
Snippets Groups Projects
Commit 21348116 authored by Nicolas Joly's avatar Nicolas Joly Committed by Morris Jette
Browse files

Testsuite interpreters portability fixes

bug 1642
parent 7114776b
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
#!/usr/bin/python
#!/usr/bin/env python
############################################################################
# Copyright (C) 2011-2013 SchedMD LLC
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Establish global state information for SLURM test suite
#
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Establish global state information for SLURM accounting tests
#
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test for accounting records of specific job names with their ID
############################################################################
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test for accounting records of specific jobs on specific nodes
# This is a sub-test of test12.3
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test of SLURM functionality
# Use sreport to get cluster usage for the first hour from
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test of SLURM functionality
# Use sreport to get cluster usage for the second hour from
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test of SLURM functionality
# Use sreport to get cluster usage for the first 3 days from
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test of SLURM functionality
# Test for jobs that ran on a node at a certain time from
......
#!/bin/bash
#!/usr/bin/env bash
############################################################################
# Purpose: Test of SLURM functionality
# Executes the full battery of tests.
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test of SLURM functionality
# Confirm that a job executes as the appropriate user and group.
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test of SLURM functionality
# Test of srun/slurmd debug mode (-d option).
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test of SLURM functionality
# Test of batch job and job name options (--batch and --job-name
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test of SLURM functionality
# Test of --checkpoint option. This does not validate the
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test of SLURM functionality
# Test of immediate allocation option (--immediate option).
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test of SLURM functionality
# Test exclusive resource allocation for a step (--exclusive option).
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test of SLURM functionality
# Test of wait option (--wait option).
......
#!/bin/bash
#!/usr/bin/env bash
if [[ -z "$SLURM_PROCID" ]]
then exit
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test of SLURM functionality
# Confirm that srun buffering can be disabled (--unbuffered option).
......
#!/usr/bin/expect
#!/usr/bin/env expect
############################################################################
# Purpose: Test of SLURM functionality
# Test of srun --open-mode (truncate or append) option.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment