Hi all, I just putback the cases for nwamcfg to the parent-space located at : /net/zhadum.east/export/ws/jl138328/nwam-master
You could run it from the parent-space(remote run) or from the child-space(local run). The known FAILs are: TP 76 tc_nwamcfg FAIL nwamcfg/interactive TP 77 tc_nwamcfg FAIL nwamcfg/non-interactive Here are the steps to run it: 1 Install SUNWstc-tetlite As root, execute the command: # pkgadd -d /ws/onnv-stc2/package/`uname -p` SUNWstc-tetlite And answer "y" to all prompts. 2 remote run: # export CODEMGR_WS=/net/zhadum.east/export/ws/jl138328/nwam-master; \ export CTI_ROOT=/opt/SUNWstc-tetlite/contrib/ctitools; \ export TET_ROOT=/opt/SUNWstc-tetlite; \ export TET_SUITE_ROOT=$CODEMGR_WS/src/suites/net; \ export PATH=$PATH:$CTI_ROOT/bin # cd $TET_SUITE_ROOT/nwam && make # cd $TET_SUITE_ROOT && run_test nwam 3 local run As a nis user, execute the command: $ bringover -p /net/zhadum.east/export/ws/jl138328/nwam-master -w /var/tmp/ws.nwam . AS root, execute: # export CODEMGR_WS=/var/tmp/ws.nwam \ export CTI_ROOT=/opt/SUNWstc-tetlite/contrib/ctitools; \ export TET_ROOT=/opt/SUNWstc-tetlite; \ export TET_SUITE_ROOT=$CODEMGR_WS/src/suites/net; \ export PATH=$PATH:$CTI_ROOT/bin # cd $TET_SUITE_ROOT/nwam && make # cd $TET_SUITE_ROOT && run_test nwam And you can run a part of this wuite using command like this: # run_test nwam nwamcfg -- Thanks, Lizhong
