avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
345 stars 343 forks source link

Fixing the command output not iterable error in nvme.py #6024

Closed Naresh-ibm closed 2 months ago

Naresh-ibm commented 2 months ago

we see the command output was not splittable and non iterable error. so fixed here for same.