Skip to content

Instantly share code, notes, and snippets.

@gctucker
Created September 6, 2018 21:59
Show Gist options
  • Save gctucker/01b3584739606512b1a37eaeedf33410 to your computer and use it in GitHub Desktop.
Save gctucker/01b3584739606512b1a37eaeedf33410 to your computer and use it in GitHub Desktop.
Modified test template with arbitrary sets:
steps:
- lava-test-case whoami --shell whoami
- lava-test-set start filesystem
- lava-test-case df --shell df -h
- lava-test-case mount --shell mount
- lava-test-case ls --shell ls /
- lava-test-set stop
- lava-test-set start networking
- lava-test-case udhcpc --shell udhcpc
- lava-test-case ip --shell ip addr
- lava-test-case ping --shell ping -c4 8.8.8.8
- lava-test-set stop
Test results for:
Tree: local
Branch: kernelci-bisect-079
Kernel: v4.18
URL: /home/gtucker/src/linux
Commit: 94710cac0ef4ee177a63b5227664b38c95bbf703
Summary
-------
1 test groups results
simple | qemu | 7 total: 6 PASS 1 FAIL 0 SKIP
Tests
-----
simple - 7 tests: 6 PASS, 1 FAIL, 0 SKIP
Config: defconfig
Lab Name: gtucker-lava-testing
Board: qemu
Date: 2018-09-06 21:45:44.919000
Test cases:
* whoami : PASS
networking - 3 tests: 2 PASS, 1 FAIL, 0 SKIP
* ping : FAIL
* ip : PASS
* udhcpc : PASS
filesystem - 3 tests: 3 PASS, 0 FAIL, 0 SKIP
* ls : PASS
* mount : PASS
* df : PASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment