You've already forked dts-scripts
mirror of
https://github.com/Dasharo/dts-scripts.git
synced 2026-03-06 15:01:22 -08:00
1.2 KiB
1.2 KiB
Package manager test cases
This document contains test cases for DPP package manager which is, for now, a part of Dynamic UI tool implementation.
A package can be downloaded and installed
This test verifies whether a package can be downloaded from dl.dasharo.com
(it is the only repository supported for now) and installed properly in the
system.
Prerequisites:
- DTS built with Dynamic UI tool support;
dl.dasharo.comis up and working properly;- Access to a test package in
dl.dasharo.com.
Test steps:
-
Boot into DTS uo to the main menu;
-
Choose option to provide DPP credentials;
-
Provide DPP credentials with the access to the test package;
-
Verify that the test package installation logs appear;
-
After the installation completes press
sto enter shell; -
Look for the files the package should have installed on
rootfs:find / -name FILE_NAMENote: replace
FILE_NAMEwith the name of the file the test package provides.
Expected results:
- The test package installation logs should appear after the credentials has been provided;
- The files the package provides should be found on the system
rootfs.