Skip to content

Importing GtsEnvConfig on Windows #7

Description

@jwasserzug
import sys

# Add ASG Library Checkout to Python Path
sys.path.append(r"J:\wassjas\SVN_TestAutomation")
# Can also update your own Python Path environment variable on your local machine
# 'Start' -> 'Edit the System Environment Variables' -> 'Environment Variables' ->
# Find 'PYTHONPATH' variable and click 'Edit'
# Append ';J:\wassjas\SVN_TestAutomation' to the string

from GtsEnvConfig.GtsEnvConfig import GtsEnvConfig

# Pass in Environment Information
g = GtsEnvConfig('tc-oat02', 15100, '051', 'None')

# Prints various data members of GtsEnvConfig object
g.printDataMembers()

@vraghunandan @bdambola @kwokman @dsapienza @DRozentsvay @gganeshan @cbautista1002 @xingj53 @wcorrea @rklotz @isehgu @akbamaa

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions