action #51098
closed[kernel][wicked] Copy files to VM without network
0%
Description
In wicked testsuite, it would be a nice feature to copy files from and to VM without having a working Network.
Updated by SLindoMansilla over 5 years ago
- Category set to Enhancement to existing tests
As a result of backlog triaging (see https://progress.opensuse.org/projects/openqatests/wiki#ticket-backlog-triaging for more information).
Please, feel free to adjust the category or the "[label]" if you think different.
Updated by jlausuch over 5 years ago
- Status changed from New to Workable
- Assignee set to cfconrad
- Target version set to 445
Updated by cfconrad over 5 years ago
I've played a bit with https://github.com/cfconrad/os-autoinst-distri-opensuse/commit/2f639641ebae093b6ba53b303a30f9591222b70b
The problem with this is, that the job looks realy messy with it, a lot of test-steps are displayed. Also the file is listed in serial.log.
Updated by cfconrad over 5 years ago
Continue to play with this. I added a additional virtio_console and used this to transfer the files.
This additional console need to be enabled manually with systemctl start serial-getty@hvc1
on the VM.
To make the GUI looks nicer, I added a quiet
option to all assert_run_script() and co calls.
I reduced the chucksize to 2k, otherwise it wasn't stable.
see:
https://github.com/cfconrad/os-autoinst/tree/more_vconsole
https://github.com/cfconrad/os-autoinst-distri-opensuse/tree/more_vconsole
VR: http://cfconrad-vm.qa.suse.de/tests/4313
Updated by cfconrad over 5 years ago
os-autoinst implementation done with: https://github.com/os-autoinst/os-autoinst/pull/1151
Updated by cfconrad over 5 years ago
- Status changed from Workable to In Progress
Implement of utility functions to copy files: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/7565
Wait for needed os-autoinst change: https://github.com/os-autoinst/os-autoinst/pull/1156
Updated by cfconrad over 5 years ago
- Status changed from In Progress to Resolved
Deployed and working: https://openqa.suse.de/tests/3172277#step/before_test/167
Updated by asmorodskyi over 5 years ago
- Related to action #28285: Need to provide workaround for getting logs from system without network added
Updated by pcervinka about 4 years ago
- Target version changed from 457 to QE Kernel Done