-
Thanks for the explanation, makes sense...
> Note that we're probably not going to change how these STAF/Config/OS/xxx variables are assigned as this could break existing code of current STAF users.
This is what I ended up presuming but wanted to check to make sure.
Thanks!
Paul.
2009-11-12 21:53:26 UTC in SW Test Automation Framework
-
Hello,
It looks like the STAF variables for STAF/Config/OS/[stuff] are taken out of uname without any parsing for differences in uname output. As examples, the major/minor version variables are 1/6 respectively on AIX 6.1 ("MajorVersion gets set to 1, "MinorVersion gets set to 6). For a Solaris 10 machine, the MajorVersion gets set to 5.10 and the MinorVersion gets set to "Generic." For...
2009-11-12 20:52:38 UTC in SW Test Automation Framework
-
You could also use a TCL/Expect script to do the SSH login and password prompt part if you need to actually test password-authentication SSH communication.
2009-11-09 22:46:52 UTC in SW Test Automation Framework
-
Just to comment, it looks like some mirrors have corrupted packages, so if you download it and tar/zip says it is corrupted, try a different mirror.
2009-07-06 22:26:50 UTC in SW Test Automation Framework
-
Simultaneous requests looks very promising as the cause, since it only happens with significant activity. I'll upgrade to 3.3.4 as soon as Sourceforge gets their act together.
Thank you for the reply!
Paul Ellsworth.
2009-07-06 18:00:50 UTC in SW Test Automation Framework
-
Hello,
I'm getting crashes with either this message:
STAFProc version 3.3.3 initialized
*** glibc detected *** double free or corruption (!prev): 0x083e4f00 ***
20090629-16:01:10;3064429472;00000100;Received signal 6 (SIGABRT)
Or this message:
STAFProc version 3.3.3 initialized
20090626-13:01:03;133594016;00000100;Received signal 11 (SIGSEGV...
2009-07-06 16:33:01 UTC in SW Test Automation Framework