Satheesh Rajendran
Satheesh Rajendran
Previous bugzilla testing link, landfill site is down, as per the updates in this bz-https://bugzilla.mozilla.org/show_bug.cgi?id=1494805, let's change it to the newer one.
Let's add support for monitors to framework, this would help us capture the snapshot of system details through any user provided commands running in a predefined frequent intervals and store...
Add support for Ultravisor log collection from Host
``` Let's enable OS State if asked by user for Mambo simulator environment, so that we can run OS tests, have verified using buildroot environment and works fine. ``` Refer...
It would be helpful if we can take a optional param as disk and that can be used to boot and run further tests, will be helpful incase of multiboot...
It would be helpful if op-test framework can generate html test reports, something in similar lines as below report, `sl.no|test name|status|time taken|detail(link to detailed result)` Some Sample report: http://tungwaiyip.info/software/sample_test_report.html
This reverts commit 00b9939baafbd4f1f483909da08f7372e69d9956. As it introduces below failure type_specific.io-github-autotest-libvirt.libvirt_vcpu_plug_unplug.positive_test.vcpu_set.live.vm_operate.no_operation: ERROR: Attributes values should be str-type of int-type. (7.82 s) ``` avocado-vt/virttest/test-providers.d/downloads/io-github-autotest-libvirt/libvirt/tests/src/libvirt_vcpu_plug_unplug.py", line 296, in run ERROR| topology_correction=topology_correction) ERROR| File...
get_family can return None when it could not detect the cpu family and could result in below issues, let's handle such cases. ``` 14:41:45 WARNI| Could not find micro-architecture/family, Error:...
Add support to install and use Fedora rawhide guest image. Signed-off-by: Satheesh Rajendran
Have encountered below error in recent distribution runs, ``` | cpu_info = dict(map(lambda x: [i.strip() for i in x.split(":")], output)) | ValueError: dictionary update sequence element #21 has length 1;...