* [PATCH 1/2] scripts/start_vm: Update help message
@ 2018-03-05 9:57 Alexander Smirnov
2018-03-05 9:57 ` [PATCH 2/2] scripts/vm_smoke_test: Add arm64 Alexander Smirnov
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Smirnov @ 2018-03-05 9:57 UTC (permalink / raw)
To: isar-users; +Cc: Alexander Smirnov
Add 'arm64' to the list of supported targets.
Signed-off-by: Alexander Smirnov <asmirnov@ilbers.de>
---
scripts/start_vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/start_vm b/scripts/start_vm
index b7b5e17..0717193 100755
--- a/scripts/start_vm
+++ b/scripts/start_vm
@@ -55,7 +55,7 @@ show_help() {
echo
echo "Parameters:"
echo " -a, --arch ARCH set isar machine architecture."
- echo " Supported: arm, i386, amd64."
+ echo " Supported: arm, i386, amd64, arm64."
echo " -b, --build BUILD set path to build directory."
echo " -d, --distro DISTRO set isar Debian distribution."
echo " Supported: jessie, stretch."
--
2.1.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 2/2] scripts/vm_smoke_test: Add arm64
2018-03-05 9:57 [PATCH 1/2] scripts/start_vm: Update help message Alexander Smirnov
@ 2018-03-05 9:57 ` Alexander Smirnov
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Smirnov @ 2018-03-05 9:57 UTC (permalink / raw)
To: isar-users; +Cc: Alexander Smirnov
Test also 'arm64' architecture.
Signed-off-by: Alexander Smirnov <asmirnov@ilbers.de>
---
scripts/vm_smoke_test | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scripts/vm_smoke_test b/scripts/vm_smoke_test
index 3bcfd5a..7263cc4 100755
--- a/scripts/vm_smoke_test
+++ b/scripts/vm_smoke_test
@@ -48,3 +48,6 @@ run_test amd64 stretch
# i386 machine
run_test i386 jessie
run_test i386 stretch
+
+# ARM64 machine
+run_test arm64 stretch
--
2.1.4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-05 9:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-05 9:57 [PATCH 1/2] scripts/start_vm: Update help message Alexander Smirnov
2018-03-05 9:57 ` [PATCH 2/2] scripts/vm_smoke_test: Add arm64 Alexander Smirnov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox