diff mbox series

[v1,10/10] Define watchqueue testing suite in runtest

Message ID 20220104081836.22827-11-andrea.cervesato@suse.com
State Superseded
Headers show
Series watchqueue testing suite | expand

Commit Message

Andrea Cervesato Jan. 4, 2022, 8:18 a.m. UTC
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
 runtest/watchqueue      | 8 ++++++++
 scenario_groups/default | 1 +
 2 files changed, 9 insertions(+)
 create mode 100644 runtest/watchqueue

Comments

Cyril Hrubis Jan. 4, 2022, 11:26 a.m. UTC | #1
Hi!
> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> ---
>  runtest/watchqueue      | 8 ++++++++
>  scenario_groups/default | 1 +
>  2 files changed, 9 insertions(+)
>  create mode 100644 runtest/watchqueue
> 
> diff --git a/runtest/watchqueue b/runtest/watchqueue
> new file mode 100644
> index 000000000..badf7afb0
> --- /dev/null
> +++ b/runtest/watchqueue
> @@ -0,0 +1,8 @@
> +wqueue01 wqueue01
> +wqueue02 wqueue02
> +wqueue03 wqueue03
> +wqueue04 wqueue04
> +wqueue05 wqueue05
> +wqueue06 wqueue06
> +wqueue07 wqueue07
> +wqueue08 wqueue08
> diff --git a/scenario_groups/default b/scenario_groups/default
> index 1dc2987d5..68bd5300d 100644
> --- a/scenario_groups/default
> +++ b/scenario_groups/default
> @@ -30,3 +30,4 @@ cve
>  crypto
>  kernel_misc
>  uevent
> +watchqueue

I guess that I would do this in an incremental fashion as well. I.e. add
the watchqueue runtest file into the default fromp with wqueue01 in the
commit that adds the wqueue01 test.
diff mbox series

Patch

diff --git a/runtest/watchqueue b/runtest/watchqueue
new file mode 100644
index 000000000..badf7afb0
--- /dev/null
+++ b/runtest/watchqueue
@@ -0,0 +1,8 @@ 
+wqueue01 wqueue01
+wqueue02 wqueue02
+wqueue03 wqueue03
+wqueue04 wqueue04
+wqueue05 wqueue05
+wqueue06 wqueue06
+wqueue07 wqueue07
+wqueue08 wqueue08
diff --git a/scenario_groups/default b/scenario_groups/default
index 1dc2987d5..68bd5300d 100644
--- a/scenario_groups/default
+++ b/scenario_groups/default
@@ -30,3 +30,4 @@  cve
 crypto
 kernel_misc
 uevent
+watchqueue