diff options
author | 2016-06-09 12:48:00 +0300 | |
---|---|---|
committer | 2016-06-09 12:48:00 +0300 | |
commit | fb2b01538ee9ff03716c5546252e2825c1974198 (patch) | |
tree | 3ed839a3220ebee1f9910f0eb317df820b742ffd /scripts/automation/trex_control_plane/stl/trex_stl_lib/utils | |
parent | cbbc8ec4b42811a757a055467335f3b7d8605c8a (diff) |
commented out line 301
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/utils')
-rwxr-xr-x | scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/GAObjClass.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/GAObjClass.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/GAObjClass.py index c1fa954d..3993ad5e 100755 --- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/GAObjClass.py +++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/GAObjClass.py @@ -298,7 +298,7 @@ class GAmanager_Regression(GAmanager): #***************************************------TEST--------------**************************************
-if __name__ == '__main__':
+#if __name__ == '__main__':
#g= GAmanager_Regression(GoogleID='UA-75220362-4',AnalyticsUserID=3845,UUID='trex18UUID_GA_TEST',TRexMode='stateFull_GA_TEST',
# appName='TRex_GA_TEST',appVer='1.1_GA_TEST',QueueSize=20,Timeout=11,UserPermission=1,BlockingMode=0,SetupName='setup1_GA_TEST',CommitID='commitID1_GA_TEST')
|