I'm following the information contained in "Using burnintest in a production line" whitepaper and i have a couple of issues that i cannot resolve:
1. The batch file command:
I have created a batch file (as explained on p10) to install the software from a pen drive, run from c:, report data and remove files used from c:
should load my config file that i have created, however it always loads the lastused config file which is incorrect. I have to use the /c switch instead to get my config file to load, however that switch does not automaticallly start the test.
How can I make my config load and start automatically? I tried being clever with /c/r and that does not work.
I am using the latest build of 5.1pro 1003, and my config files are newly created with this version.
2. Reporting
I would also like to produce full reports in the same html "style" that i have created for the certificate. Is this possible to edit the layout and change the css embedded in the html results reporting, or can i automate the certificates to include full test information, rather than simple summary?
Any help or suggestions would be appreciated.
1. The batch file command:
I have created a batch file (as explained on p10) to install the software from a pen drive, run from c:, report data and remove files used from c:
c:burnintest\bit.exe /r standard.bitcfg
How can I make my config load and start automatically? I tried being clever with /c/r and that does not work.
I am using the latest build of 5.1pro 1003, and my config files are newly created with this version.
2. Reporting
I would also like to produce full reports in the same html "style" that i have created for the certificate. Is this possible to edit the layout and change the css embedded in the html results reporting, or can i automate the certificates to include full test information, rather than simple summary?
Any help or suggestions would be appreciated.
Comment