mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 01:29:07 +00:00
Merge pull request #1890 from justincormack/collective-responsibility
Remove AUTHOR from tests
This commit is contained in:
commit
5500302ba5
@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Check that all supported output formats are generated
|
# SUMMARY: Check that all supported output formats are generated
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# AUTHOR: Rolf Neugebauer <rolf.neugebauer@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Test the minimal example
|
# SUMMARY: Test the minimal example
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# AUTHOR: Dave Tucker <dt@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Test the docker example
|
# SUMMARY: Test the docker example
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# AUTHOR: Dave Tucker <dt@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Test the sshd example
|
# SUMMARY: Test the sshd example
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# AUTHOR: Dave Tucker <dt@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Test the redis-os example
|
# SUMMARY: Test the redis-os example
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# AUTHOR: Dave Tucker <dt@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Test the swap example
|
# SUMMARY: Test the swap example
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# AUTHOR: Dave Tucker <dt@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Test the node_exporter example
|
# SUMMARY: Test the node_exporter example
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# AUTHOR: Dave Tucker <dt@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Check that the kernel+initrd image boots in qemu
|
# SUMMARY: Check that the kernel+initrd image boots in qemu
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# AUTHOR: Dave Tucker <dt@docker.com>
|
|
||||||
# AUTHOR: Rolf Neugebauer <rolf.neugebauer@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Check that legacy BIOS ISO boots in qemu
|
# SUMMARY: Check that legacy BIOS ISO boots in qemu
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# AUTHOR: Dave Tucker <dt@docker.com>
|
|
||||||
# AUTHOR: Rolf Neugebauer <rolf.neugebauer@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Check that legacy BIOS ISO boots in qemu
|
# SUMMARY: Check that legacy BIOS ISO boots in qemu
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# AUTHOR: Dave Tucker <dt@docker.com>
|
|
||||||
# AUTHOR: Rolf Neugebauer <rolf.neugebauer@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Check that qcow2 image boots in qemu
|
# SUMMARY: Check that qcow2 image boots in qemu
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# AUTHOR: Dave Tucker <dt@docker.com>
|
|
||||||
# AUTHOR: Justin Cormack <justin.cormack@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Check that qemu runs containerised
|
# SUMMARY: Check that qemu runs containerised
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# AUTHOR: Rolf Neugebauer <rolf.neugebauer@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Check that the kernel+initrd image boots on hyperkit
|
# SUMMARY: Check that the kernel+initrd image boots on hyperkit
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# AUTHOR: Rolf Neugebauer <rolf.neugebauer@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
# SUMMARY: Sanity check on the kernel config file
|
# SUMMARY: Sanity check on the kernel config file
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# REPEAT:
|
# REPEAT:
|
||||||
# AUTHOR: Dave Tucker <dt@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
# SUMMARY: Sanity check on the kernel config file
|
# SUMMARY: Sanity check on the kernel config file
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# REPEAT:
|
# REPEAT:
|
||||||
# AUTHOR: Dave Tucker <dt@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
# SUMMARY: Sanity check on the kernel config file
|
# SUMMARY: Sanity check on the kernel config file
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# REPEAT:
|
# REPEAT:
|
||||||
# AUTHOR: Dave Tucker <dt@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
# SUMMARY: Sanity check on the kernel config file
|
# SUMMARY: Sanity check on the kernel config file
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# REPEAT:
|
# REPEAT:
|
||||||
# AUTHOR: Dave Tucker <dt@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
# SUMMARY: Test build and insertion of kernel modules
|
# SUMMARY: Test build and insertion of kernel modules
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# REPEAT:
|
# REPEAT:
|
||||||
# AUTHOR: Rolf Neugebauer <rolf.neugebauer@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
# SUMMARY: Check that the sysctl config works
|
# SUMMARY: Check that the sysctl config works
|
||||||
# LABELS:
|
# LABELS:
|
||||||
# REPEAT:
|
# REPEAT:
|
||||||
# AUTHOR: Justin Cormack <justin.cormack@docker.com>
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user