> Tom Chen wrote on Sat Feb 28 2009 08:40:12 GMT-0800 (PST):
>>
>> I modified /opt/SUNWstc-nicdrv/config.vars fiel, changed client's IP
>> address and DRIVER_SPEED=${DRIVER_SPEED:-10G}. Then I run
>> #stf_configure
Sorry for the self-reply, but I realized I forgot to mention
that
(a) Modifying the file in the test suite's directory is not
necessary (and, in general, not a supported method of
interacting with STF-based test suites)
(b) It would appear from "#stf_configure" that you're running
STF as the root user. This will most probably lead to
errors. The correct way to interact with STF is as a
"normal" (i.e., non-root) user.
When you invoke stf_configure, it will prompt you to
enter the root password. After that, STF will take care
of running required programs with 'root' privileges.
-UVR.