diff mbox

[kvm-unit-tests] arm: timer tests are only for arm64

Message ID 20170726075338.19377-1-drjones@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Andrew Jones July 26, 2017, 7:53 a.m. UTC
Signed-off-by: Andrew Jones <drjones@redhat.com>
---
 arm/unittests.cfg | 2 ++
 1 file changed, 2 insertions(+)

Comments

Paolo Bonzini July 26, 2017, 1:16 p.m. UTC | #1
On 26/07/2017 09:53, Andrew Jones wrote:
> Signed-off-by: Andrew Jones <drjones@redhat.com>
> ---
>  arm/unittests.cfg | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arm/unittests.cfg b/arm/unittests.cfg
> index d55e52e1a4c4..1f4baa24cafe 100644
> --- a/arm/unittests.cfg
> +++ b/arm/unittests.cfg
> @@ -116,9 +116,11 @@ file = timer.flat
>  extra_params = -append 'vtimer'
>  groups = timer
>  timeout = 2s
> +arch = arm64
>  
>  [ptimer]
>  file = timer.flat
>  extra_params = -append 'ptimer'
>  groups = timer
>  timeout = 2s
> +arch = arm64
> 


Applied, thanks.

Paolo
diff mbox

Patch

diff --git a/arm/unittests.cfg b/arm/unittests.cfg
index d55e52e1a4c4..1f4baa24cafe 100644
--- a/arm/unittests.cfg
+++ b/arm/unittests.cfg
@@ -116,9 +116,11 @@  file = timer.flat
 extra_params = -append 'vtimer'
 groups = timer
 timeout = 2s
+arch = arm64
 
 [ptimer]
 file = timer.flat
 extra_params = -append 'ptimer'
 groups = timer
 timeout = 2s
+arch = arm64