~ubuntu-branches/ubuntu/saucy/slurm-llnl/saucy

« back to all changes in this revision

Viewing changes to testsuite/slurm_unit/slurmdbd/security_4_1b.bash

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2008-12-03 11:56:28 UTC
  • mfrom: (1.1.8 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20081203115628-93t417da6wkazmo5
Tags: 1.3.11-1
New upstream release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
# Create a dummy slurm.conf file with different munge socket
 
3
cwd=`pwd`
 
4
rm -f $cwd/slurm.conf
 
5
grep -v AccountingStoragePass </etc/slurm/slurm.conf >$cwd/slurm.conf
 
6
echo "AccountingStoragePass=$cwd/private.socket" >>$cwd/slurm.conf
 
7
 
 
8
# Rum sacctmgr with this different slurm.conf
 
9
export SLURM_CONF=$cwd/slurm.conf
 
10
sacctmgr show cluster