updated check_blue_talon_policy_deployment.py
241277bc
Hari Sekhon
committed
1 changed file
check_blue_talon_policy_deployment.py
/check_blue_talon_policy_deployment.py+1
/check_blue_talon_policy_deployment.py
Add comment 73 self.default_host = 'localhost'
Add comment 74 self.default_port = 8111
Add comment 75 self.default_user = 'btadminuser'
Add comment 76 Plus   self.default_password = 'P@ssw0rd'
Add comment 76 77 self.host = self.default_host
Add comment 77 78 self.port = self.default_port
Add comment 78 79 self.user = self.default_user