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
165
165
# TODO: needed by 'Go Through Initial Deployment' keyword for couple of
166
166
# NovaCustom boards
167
167
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
168
174
Execute Command In Terminal
169
175
... 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
171
176
172
177
Prepare DTS Test
173
178
[Documentation] Used as test setup. Starts new SSH session so we start
174
179
... with clean shell environment for each test
180
+ Execute Command In Terminal systemctl start sshd
175
181
Start New DTS SSH Session In QEMU
176
182
177
183
Teardown Template E2E DTS Test
@@ -248,4 +254,3 @@ Prepare DTS E2E Test Suite
248
254
VAR ${DEVICE_OS_PASSWORD } = ${EMPTY } scope=SUITE
249
255
Power On And Enter DTS Shell
250
256
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