File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -165,13 +165,19 @@ Prepare E2E Test
165165 # TODO: needed by 'Go Through Initial Deployment' keyword for couple of
166166 # NovaCustom boards
167167 VAR ${DTS_TEST_BOARD_MODEL } = ${DTS_PLATFORM_VARIABLES } [${platform } ][DTS_TEST_BOARD_MODEL] scope=TEST
168+ Clean Up DTS Environment
169+ Write Into Terminal dts-boot
170+
171+ Clean Up DTS Environment
172+ [Documentation] Remove and clean up everything that might affect tests.
173+ ... Should be run in DTS shell
168174 Execute Command In Terminal
169175 ... rm -rf /etc/cloud-pass /root/.mc /*.tar.gz /root/*.tar.gz /tmp/logs/*profile /tmp/dts-temp-files
170- Write Into Terminal dts-boot
171176
172177Prepare DTS Test
173178 [Documentation] Used as test setup. Starts new SSH session so we start
174179 ... with clean shell environment for each test
180+ Execute Command In Terminal systemctl start sshd
175181 Start New DTS SSH Session In QEMU
176182
177183Teardown Template E2E DTS Test
@@ -248,4 +254,3 @@ Prepare DTS E2E Test Suite
248254 VAR ${DEVICE_OS_PASSWORD } = ${EMPTY } scope=SUITE
249255 Power On And Enter DTS Shell
250256 Set Prompt For Terminal bash-5.2#
251- Execute Command In Terminal systemctl start sshd
You can’t perform that action at this time.
0 commit comments