CiscoTestAutomation / pyats

Cisco DevNet pyATS Test Framework Bug Tracker
Apache License 2.0
148 stars 31 forks source link

pyats.conf missing #236

Closed apatino18 closed 3 months ago

apatino18 commented 3 months ago

Hi team,

I want to modify the pyats.config to send emails after job completion. But the pyats.conf file is missing. I am using pyats in a Docker environment.

image

image

SohanTirpude commented 3 months ago

Hello @apatino18,

pyats.conf is a configuration file not a python package which you need to create. Kindly follow this documentation: https://pubhub.devnetcloud.com/media/pyats/docs/configuration/index.html#pyats-configuration and implement the same.

Kindly let me know if you have any doubts in it.

Thank you.

SohanTirpude commented 3 months ago

Hello @apatino18,

Is there any update on this?

Thank you.

apatino18 commented 3 months ago

Thank you @SohanTirpude, I create the file and now I am able to use it.