Sha256: 5322d27f2171d8af747b3acad5ce96602ec42429e4ff37c7fc311642d372ae93

Contents?: true

Size: 651 Bytes

Versions: 6

Compression:

Stored size: 651 Bytes

Contents

#FIXME: return always 83% with the new input format.
---

The KillAll test suite: !S::Suite
  attributes: !S::KillAll {}
  contents:

    - Kill when nothing to kill:
        regexp: !re unexisting_process

    - Killall sleep 1:
        regexp: !re sleep 42
        weight: 0

    - Killall sleep 2:
        regexp: !re sleep 42

    - Launch a long command in background: !S::Cmd
        command: sleep 42 &
        fatal: true

    - Killall sleep 3:
        regexp: !re sleep 42
        weight: -1

    - Wait a little bit: !S::Sleep
        delay: 0.1

    - Zombie Verification Killall: !S::Cmd
        exit: 1
        command: killall -v sleep

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
uttk-0.3.1.2 test/functional/killall.yml
uttk-0.3.6.1 test/functional/killall.yml
uttk-0.3.5.0 test/functional/killall.yml
uttk-0.4.6.1 test/functional/killall.yml
uttk-0.4.5.0 test/functional/killall.yml
uttk-0.4.6.2 test/functional/killall.yml