~ubuntu-branches/ubuntu/vivid/slurm-llnl/vivid

« back to all changes in this revision

Viewing changes to testsuite/expect/test1.26

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2009-09-24 23:28:15 UTC
  • mfrom: (1.1.11 upstream) (3.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090924232815-enh65jn32q1ebg07
Tags: 2.0.5-1
* New upstream release 
* Changed dependecy from lib-mysqlclient15 to lib-mysqlclient 
* Added Default-Start for runlevel 2 and 4 and $remote_fs requirement in
  init.d scripts (Closes: #541252)
* Postinst checks for wrong runlevels 2 and 4 links
* Upgraded to standard version 3.8.3
* Add lintian overrides for missing slurm-llnl-configurator.html in doc
  base registration
* modified postrm scripts to ignore pkill return value in order to avoid
  postrm failure when no slurm process is running
* Checking for slurmctld.pid before cancelling running and pending
  jobs during package removal 

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# Copyright (C) 2008 Lawrence Livermore National Security.
14
14
# Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
15
15
# Written by Morris Jette <jette1@llnl.gov>
16
 
# LLNL-CODE-402394.
 
16
# CODE-OCEC-09-009. All rights reserved.
17
17
18
18
# This file is part of SLURM, a resource management program.
19
 
# For details, see <http://www.llnl.gov/linux/slurm/>.
 
19
# For details, see <https://computing.llnl.gov/linux/slurm/>.
 
20
# Please also read the included file: DISCLAIMER.
20
21
#  
21
22
# SLURM is free software; you can redistribute it and/or modify it under
22
23
# the terms of the GNU General Public License as published by the Free
172
173
        set spawn_id $noalloc2
173
174
        expect {
174
175
                -i $noalloc2
175
 
                -re "qsw_prog_init.*Error configuring interconnect" {
 
176
                -re "error:.*configuring interconnect" {
176
177
                        send_user "Can't avoid this possible error\n"
177
178
                        exp_continue
178
179
                }
194
195
        set spawn_id $noalloc1
195
196
        expect {
196
197
                -i $noalloc1
197
 
                -re "qsw_prog_init.*Error configuring interconnect" {
 
198
                -re "error:.*configuring interconnect" {
198
199
                        send_user "Can't avoid this possible error\n"
199
200
                        exp_continue
200
201
                }
226
227
                        }
227
228
                        exp_continue
228
229
                }
229
 
                -re "qsw_prog_init.*Error configuring interconnect" {
 
230
                -re "error:.*configuring interconnect" {
230
231
                        send_user "Can't avoid this possible error\n"
231
232
                        exp_continue
232
233
                }