I am trying to generate bullseye coverage report after doing blackbox testing. We have an appliance on which we do black box testing, however there is no way to compile libraries on that, so I am following below steps to generate report.
However I am getting 0% report. There is no change in coverage file, it's not getting updated.
- compile all libs with bullseye
- copy and replace original libs on appliance with this bullseye libs
- copy cov file, and make sure ithas proper rights (i.e. chmod 777cov_file.cov)
- export path in /etc/environment, also created sh file in /etc/profile.d and set path in it.
- run black box tests.
- copy cov file to dev machine and generate report.