[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 01/32] tests/functional: add execute permission to aspeed test
From: |
Daniel P . Berrangé |
Subject: |
[PATCH v3 01/32] tests/functional: add execute permission to aspeed tests |
Date: |
Tue, 17 Dec 2024 15:59:22 +0000 |
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
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
--
2.46.0
- [PATCH v3 00/32] tests/functional: various improvements wrt assets/scratch files, Daniel P . Berrangé, 2024/12/17
- [PATCH v3 01/32] tests/functional: add execute permission to aspeed tests,
Daniel P . Berrangé <=
- [PATCH v3 02/32] tests/functional: remove many unused imports, Daniel P . Berrangé, 2024/12/17
- [PATCH v3 04/32] tests/functional: remove duplicated 'which' function impl, Daniel P . Berrangé, 2024/12/17
- [PATCH v3 05/32] tests/functional: simplify 'which' implementation, Daniel P . Berrangé, 2024/12/17
- [PATCH v3 03/32] tests/functional: resolve str(Asset) to cache file path, Daniel P . Berrangé, 2024/12/17
- [PATCH v3 06/32] tests/functional: drop 'tesseract_available' helper, Daniel P . Berrangé, 2024/12/17
- [PATCH v3 07/32] tests/functional: introduce some helpful decorators, Daniel P . Berrangé, 2024/12/17
- [PATCH v3 08/32] tests/functional: switch to new test skip decorators, Daniel P . Berrangé, 2024/12/17