diff mbox series

[v3,01/32] tests/functional: add execute permission to aspeed tests

Message ID 20241217155953.3950506-2-berrange@redhat.com (mailing list archive)
State New
Headers show
Series tests/functional: various improvements wrt assets/scratch files | expand

Commit Message

Daniel P. Berrangé Dec. 17, 2024, 3:59 p.m. UTC
Tests are expected to be directly invoked when debugging so must
have execute permission.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 tests/functional/test_aarch64_aspeed.py      | 0
 tests/functional/test_arm_aspeed_ast1030.py  | 0
 tests/functional/test_arm_aspeed_ast2500.py  | 0
 tests/functional/test_arm_aspeed_ast2600.py  | 0
 tests/functional/test_arm_aspeed_palmetto.py | 0
 tests/functional/test_arm_aspeed_rainier.py  | 0
 tests/functional/test_arm_aspeed_romulus.py  | 0
 7 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 tests/functional/test_aarch64_aspeed.py
 mode change 100644 => 100755 tests/functional/test_arm_aspeed_ast1030.py
 mode change 100644 => 100755 tests/functional/test_arm_aspeed_ast2500.py
 mode change 100644 => 100755 tests/functional/test_arm_aspeed_ast2600.py
 mode change 100644 => 100755 tests/functional/test_arm_aspeed_palmetto.py
 mode change 100644 => 100755 tests/functional/test_arm_aspeed_rainier.py
 mode change 100644 => 100755 tests/functional/test_arm_aspeed_romulus.py

Comments

Richard Henderson Dec. 17, 2024, 4:32 p.m. UTC | #1
On 12/17/24 09:59, Daniel P. Berrangé wrote:
> Tests are expected to be directly invoked when debugging so must
> have execute permission.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~
> ---
>   tests/functional/test_aarch64_aspeed.py      | 0
>   tests/functional/test_arm_aspeed_ast1030.py  | 0
>   tests/functional/test_arm_aspeed_ast2500.py  | 0
>   tests/functional/test_arm_aspeed_ast2600.py  | 0
>   tests/functional/test_arm_aspeed_palmetto.py | 0
>   tests/functional/test_arm_aspeed_rainier.py  | 0
>   tests/functional/test_arm_aspeed_romulus.py  | 0
>   7 files changed, 0 insertions(+), 0 deletions(-)
>   mode change 100644 => 100755 tests/functional/test_aarch64_aspeed.py
>   mode change 100644 => 100755 tests/functional/test_arm_aspeed_ast1030.py
>   mode change 100644 => 100755 tests/functional/test_arm_aspeed_ast2500.py
>   mode change 100644 => 100755 tests/functional/test_arm_aspeed_ast2600.py
>   mode change 100644 => 100755 tests/functional/test_arm_aspeed_palmetto.py
>   mode change 100644 => 100755 tests/functional/test_arm_aspeed_rainier.py
>   mode change 100644 => 100755 tests/functional/test_arm_aspeed_romulus.py
diff mbox series

Patch

diff --git a/tests/functional/test_aarch64_aspeed.py b/tests/functional/test_aarch64_aspeed.py
old mode 100644
new mode 100755
diff --git a/tests/functional/test_arm_aspeed_ast1030.py b/tests/functional/test_arm_aspeed_ast1030.py
old mode 100644
new mode 100755
diff --git a/tests/functional/test_arm_aspeed_ast2500.py b/tests/functional/test_arm_aspeed_ast2500.py
old mode 100644
new mode 100755
diff --git a/tests/functional/test_arm_aspeed_ast2600.py b/tests/functional/test_arm_aspeed_ast2600.py
old mode 100644
new mode 100755
diff --git a/tests/functional/test_arm_aspeed_palmetto.py b/tests/functional/test_arm_aspeed_palmetto.py
old mode 100644
new mode 100755
diff --git a/tests/functional/test_arm_aspeed_rainier.py b/tests/functional/test_arm_aspeed_rainier.py
old mode 100644
new mode 100755
diff --git a/tests/functional/test_arm_aspeed_romulus.py b/tests/functional/test_arm_aspeed_romulus.py
old mode 100644
new mode 100755