See my responses inline below.
How enable PCI bus in your UML
by running kunit.py,,,,, Iam unable to enable it
Admittedly this is not one of the most well supported parts of KUnit. Right now I am primarily focussed on trying to get KUnit checked in upstream (I think this may have caused you some confusion, since the RFC branch has diverged from the kunit/alpha/master branch to a non-trivial extent, and I have been neglecting the kunit/alpha/master branch to focus on getting KUnit accepted upstream), and that stuff isn't ready for upstream review.
Can I use your Kunit test for testing the hardware
To be clear you mean testing actual hardware? Or are you asking whether you can test drivers?
The answer to the latter question is an unambiguous yes.
As for the former question, it is a long term goal, and it should be possible to do with some massaging, but nobody has actually tried to do it. So this would require a lot more work.
For independent module it is working fine, but for dependent drivers I am unable to integrate my drivers in vmlinux. I was able to create only some .o files...Not more than that...So, I want to ask you is that Is kunit testing is a generic testing tool ????
Sorry, I don't fully understand what you are asking. Are you having problems getting Kconfig to be turned on?
I think the best place to start is getting the example working, did you get that working since your previous email?
It might be easier for me to help you if you provide some description of what you are trying to do. Is there any chance you can share your code?
Hiiii, I have used your kunit test for driver testing. I have enabled all the dependency but still I am facing problem except dependency do we need to enable more in menu configuration
Cheers