New ASST3.3 tests (swapping)

This commit is contained in:
Scott Haseley
2016-04-27 18:48:21 -04:00
parent 153c0267b6
commit f46f7395a1
9 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
name: "Quint Sort (Swap)"
description: >
Run five concurent copies of sort.
tags: [swap]
depends: [swap-basic, /vm/quintsort.t, shell]
sys161:
cpus: 2
ram: 2M
disk1:
enabled: true
monitor:
progresstimeout: 30.0
commandtimeout: 700.0
misc:
prompttimeout: 3600.0
---
khu
$ /testbin/quintsort
khu