Codebase list ibutils / 46667d42-6d28-4f6f-9da8-c4c4650ae96c/main ibmgtsim / tests / init.test.tcl
46667d42-6d28-4f6f-9da8-c4c4650ae96c/main

Tree @46667d42-6d28-4f6f-9da8-c4c4650ae96c/main (Download .tar.gz)

init.test.tcl @46667d42-6d28-4f6f-9da8-c4c4650ae96c/mainraw · history · blame

#--
# Copyright (c) 2004-2010 Mellanox Technologies LTD. All rights reserved.
#
# This software is available to you under a choice of one of two
# licenses.  You may choose to be licensed under the terms of the GNU
# General Public License (GPL) Version 2, available from the file
# COPYING in the main directory of this source tree, or the
# OpenIB.org BSD license below:
#
#     Redistribution and use in source and binary forms, with or
#     without modification, are permitted provided that the following
#     conditions are met:
#
#      - Redistributions of source code must retain the above
#        copyright notice, this list of conditions and the following
#        disclaimer.
#
#      - Redistributions in binary form must reproduce the above
#        copyright notice, this list of conditions and the following
#        disclaimer in the documentation and/or other materials
#        provided with the distribution.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
# BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#--

MsgMgr setLogFile "/tmp/sim.log"
MsgMgr setVerbLevel $MsgShowAll
IBMgtSimulator init /home/eitan/SW/cvsroot/IBADM/ibdm/Clusters/RhinoBased512.topo 46517 5
puts [IBMgtSimulator getFabric]
IBMSNode_setPhyPortErrProfile simnode:1:SL2-4/spine2/U2 1  {-drop-rate-avg 5 -drop-rate-var 7}
puts [IBMSNode_getPhyPortErrProfile simnode:1:SL2-4/spine2/U2 1]


puts [IBMSNode_getPhyPortPMCounter simnode:1:SL2-4/spine2/U2 1 1]
set mcm [madMcMemberRec]
madMcMemberRec_send_set $mcm simnode:1:SL2-2/spine1/U2 1 1 0

MsgMgr setLogFile "/tmp/sim.log"
MsgMgr setVerbLevel $MsgShowAll
IBMgtSimulator init /home/eitan/SW/cvsroot/IBADM/ibdm/Clusters/FullGnu.topo 46517 5
source /home/eitan/SW/SVN/osm/branches/main2_0/osm/test/osmMulticastRoutingTest.sim.tcl

sendJoinForPort port:1:H02/U1/2


proc activateNodePorts {node} {
   for {set pn 1} {$pn <= [IBNode_numPorts_get $node]} {incr pn} {
      set port [IBNode_getPort $node $pn]
      if {[IBPort_p_remotePort_get $port] != ""} {
         set pi [IBMSNode_getPortInfo sim$node $pn]
         ib_port_info_t_state_info1_set $pi 0x4
      }
   }
}

MsgMgr setLogFile "/tmp/sim.log"
MsgMgr setVerbLevel $MsgShowAll
IBMgtSimulator init /usr/share/ibmgtsim/Gnu16NodeOsmTest.topo 46517 1
set f [IBMgtSimulator getFabric]
set smNode [IBFabric_getNode $f H-1/U1]
set smPort [IBNode_getPort $smNode 1]
ibdmAssignLids $smPort
ibdmOsmRoute $f
foreach nodeNameNPtr [IBFabric_NodeByName_get $f] {
   activateNodePorts [lindex $nodeNameNPtr 1]
}

MsgMgr setLogFile "/tmp/sim.log"
MsgMgr setVerbLevel $MsgShowAll
IBMgtSimulator init test.topo 46517 1
set f [IBMgtSimulator getFabric]
set smNode [IBFabric_getNode $f H-1/U1]
set smPort [IBNode_getPort $smNode 1]
set n IBFabric_getNode $f H-2/U1]
set n  [IBFabric_getNode $f H-2/U1]
set p [IBNode_getPort $n 1]
IBNode_guid_set $n [IBNode_guid_get $smNode]
IBPort_guid_set $p [IBPort_guid_get $smPort]