pyats-shell.md 555 B

pyats shell

프로토타입 제작 시간을 절약하기 위해 미리 로드된 pyATS 대화형 Python 셸을 시작합니다. 더 많은 정보: https://pubhub.devnetcloud.com/media/genie-docs/docs/cli/genie_shell.html.

  • 정의된 테스트베드 파일과 함께 pyATS 셸 열기:

pyats shell --testbed-file {{경로/대상/테스트베드.yaml}}

  • 정의된 Pickle 파일과 함께 pyATS 셸 열기:

pyats shell --pickle-file {{경로/대상/피클.file}}

  • IPython 비활성화 상태로 pyATS 열기:

pyats shell --no-ipython