- 25 Mar, 2021 1 commit
-
-
Add initial model startup support for RD-N2 Cfg1 platform. This supports busybox, distro boot, secure boot and acs tests. Signed-off-by:
Aditya Angadi <aditya.angadi@arm.com> Change-Id: Ifdd437a826472ba5c35f5f207b95fa7ccd67ad06
-
- 18 Dec, 2020 2 commits
-
-
Reference Design platform RD-Daniel-ConfigXLR has been renamed to RD-V1-MC. Correspondingly, remove all uses of 'rddanielxlr' and replace it with rdv1mc where appropriate. Signed-off-by:
Aditya Angadi <aditya.angadi@arm.com> Change-Id: I1077606771830ad39b5b35017f323e69324a506a
-
Reference Design platform RD-Daniel has been renamed to RD-V1. Correspondingly, remove all uses of 'rddaniel' and replace it with rdv1 where appropriate. Signed-off-by:
Aditya Angadi <aditya.angadi@arm.com> Change-Id: I3aa46017998bf376736c1d4db364dd0386e9c481
-
- 27 Nov, 2020 2 commits
-
-
When $AUTOMATE is true (-j true), boot.sh script parses the console with a timeout of 7200 seconds (2 hours). Busybox boot generally doesn't take 2 hours to complete. Reduce the timeout to 5 minutes from 2 hours so that when the busybox boot doesn't reach till the console prompt, parsing waits for only 5 minutes before killing the model. This results in better utilization of jenkins jobs. Change-Id: I3ddfe551602f5326ef8e201aa12537a1fdf03aae Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
Thomas Abraham authored
Add initial model startup support for RD-N2 platform. This supports busybox and distro boot tests. Change-Id: I04d18236107e622b81f59efa649f421454578671 Signed-off-by:
Aditya Angadi <aditya.angadi@arm.com>
-
- 08 Apr, 2020 1 commit
-
-
Enable busy box boot test for rddanielxlr platform. Change-Id: I5ec1ea67b1359e7579fe10a45ced2aa192a8df6a Signed-off-by:
Aditya Angadi <aditya.angadi@arm.com>
-
- 27 Dec, 2019 2 commits
-
-
Enable busybox boot test for RD-N1-Edge dual chip platform. Change-Id: Ib2424d578c17a00e2817a15527c152b8760384b5 Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
Thomas Abraham authored
Enable busybox boot test for RD-Daniel platform. Change-Id: I5521ce8d8d76760b31891cf130d65ac9d8bf0029 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
- 13 Mar, 2019 1 commit
-
-
Thomas Abraham authored
Instead of specifying busybox as the file system type, use the -v parameter to pass the path to the virtio image. Change-Id: Ia674929b8ed03695ec15d6e72e254090287cef27 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
- 04 Mar, 2019 1 commit
-
-
Thomas Abraham authored
Adapt the help messages in the test execute scripts to the new product names. In addition to this, use helper functions to simplify the script code. Change-Id: I4e1969434b6bbb10b4b5cd31158d4f743e4bd326 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
- 26 Feb, 2019 3 commits
-
-
Thomas Abraham authored
Rename sgiclarkh platform as rde1edge as per the new product name for this platform. Change-Id: I338744cc2dd37bd832323b5c591c8dac4490eb52 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
Rename sgiclarka platform as rdn1edge as per the new product name for this platform. Change-Id: I47fbdf56044cecea42e8b9dcd9857a649f8f339c Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
The test scripts under sgi/ directory will be used by other platforms as well. To allow access to sgi_common_util.sh from test scripts when tests are invoked from platforms other than sgi/, update the path to the sgi_common_util.sh script in each of the supported tests. Change-Id: I3a724aeee77106f8b4692a46df9e1ec882fe9424 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
- 25 Feb, 2019 3 commits
-
-
Add SGI-Clark.Helios platform as a supported platform in busybox boot test script. Change-Id: Ic63ef722f87451a436432cf092c5cce77633735c Signed-off-by:
Chandni Cherukuri <chandni.cherukuri@arm.com>
-
Add SGI-Clark.Ares platform as a supported platform in busybox boot test script. Change-Id: I890ca1f9f02fb07c52e3fd0b398a2224eeca404f Signed-off-by:
Chandni Cherukuri <chandni.cherukuri@arm.com>
-
Change all usages of ./busybox_boot.sh to ./boot.sh in order to align with the new file name. Change-Id: I3749fe316b0f7dc69577c0c9b77f4d8708baeb7d Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
- 18 Feb, 2019 1 commit
-
-
Thomas Abraham authored
On SGI platforms, the simple boot test uses busybox as the filesystem and there is no other file system supported for simple boot test. So instead of naming the boot test script as "busybox_boot.sh", name it as "boot.sh" Change-Id: I4d3f659e9be8ca1c49e7d415cf8f291b92c8fdfd Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
- 27 Dec, 2018 1 commit
-
-
The 'check_boot_complete' function is renamed as 'parse_log_file' and modified to make it usable by multiple test scripts. It now accepts three parameters - log file name, search string and timeout value. It waits until the search string is found in the log file or the timeout occurs. It returns '0' on success and '-1' on failure. Change-Id: I90956c109bfd028606490781744a21009a1b8bdb Signed-off-by:
Lokesh B V <lokesh.bv@arm.com>
-
- 12 Oct, 2018 3 commits
-
-
Improve the user help message of the busybox_boot command for the SGI platforms. The help message now includes examples of the command usage. Change-Id: Idc41c31eb8b2437e851baef5e234da7785e631f3 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Add support for automatted termination of the test case. The script waits for the busybox boot to complete and then kills the model. Change-Id: Iaeea280f162092cc4031c4a442bd0121efbde25a Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
The existing structure of the sgi575 platform model-scripts is not extensible when adding support for additional sgi platforms and test cases. So the sgi platform model-scripts have been reorganized as below model-scripts | ---sgi | |--- distro-boot.sh |--- busybox-boot.sh --- platforms | --- sgi575 | --- run_model.sh The new 'sgi' directory will hold all the test scripts. The new 'platforms' directory will hold the platform specific run_model.sh script and there is a directory for each supported platform. The distro-boot.sh is now moved to 'sgi' directory and the changes required to align with this new structure has been included in this script. There is also a new 'busybox-boot.sh' script as well to be used for busybox boot tests. Change-Id: I78445bf59f0690900f60a819500ab455e1c14179 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-