Changeset 4218
- Timestamp:
- 03/19/08 04:09:06 (5 years ago)
- Location:
- developers/tick/Test_env_script_GTA02A5
- Files:
-
- 1 added
- 1 edited
-
setup_at_neo_diversity.script (added)
-
setupenv (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
developers/tick/Test_env_script_GTA02A5/setupenv
r4161 r4218 4 4 NEEDDOWNLOAD=1; 5 5 ASSASSINTESTENV=1; 6 DIVERSITYTESTENV=1; 6 7 INTERNALFLAG=1 7 8 … … 39 40 echo " 1. Reflash images cached only." 40 41 echo " 2. Reflash images cached and setup Assassin Testing enviornment." 41 echo " 3. Download Images from buildhost, and reflashing them only." 42 echo " 4. Download Images from buildhostm and setup Assassin Testing environment." 42 echo " 3. Reflash images cached and setup Diversity Testing enviornment." 43 echo " 4. Download Images from buildhost, and reflashing them only." 44 echo " 5. Download Images from buildhostm and setup Assassin Testing environment." 45 echo " 6. Download Images from buildhostm and setup Diversity Testing environment." 43 46 echo -n "choice >" 44 47 read ANS … … 51 54 ASSASSINTESTENV=1; 52 55 elif (( ${ANS} == 3 ));then 56 NEEDDOWNLOAD=0; 57 DIVERSITYTESTENV=1; 58 elif (( ${ANS} == 4 ));then 53 59 NEEDDOWNLOAD=1; 54 60 ASSASSINTESTENV=0; 55 elif (( ${ANS} == 4));then61 elif (( ${ANS} == 5 ));then 56 62 NEEDDOWNLOAD=1; 57 63 ASSASSINTESTENV=1; 64 elif (( ${ANS} == 6 ));then 65 NEEDDOWNLOAD=1; 66 DIVERSITYTESTENV=1; 58 67 else 59 68 setup_env … … 147 156 ssh root@192.168.0.202 "chmod 755 ./setup_at_neo_assassin.script;./setup_at_neo_assassin.script" 148 157 fi 158 if (( ${DIVERSITYTESTENV}== 1));then 159 if ! [ -e ~/.ssh/config ]; then 160 config_ssh 161 elif (( `cat ~/.ssh/config | grep "neo" | wc -l`== 0 ));then 162 config_ssh 163 fi 164 scp gta02.conf resolv.conf setup_at_neo_diversity.script root@192.168.0.202:~/ 165 ssh root@192.168.0.202 "chmod 755 ./setup_at_neo_diversity.script;./setup_at_neo_diversity.script" 166 fi 149 167 echo "Ok!! Now the Neo is all yours. Enjoy Hacking || Testing..."
Note: See TracChangeset
for help on using the changeset viewer.
