Explorar el Código

eauth=kerberos is not noopt

No idea why it was added in 5a11651baf032fbdf0f1dc334674284e76570b0f
Simon Lundström hace 5 años
padre
commit
6ccb0c8ebe
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      tests/conftest.py

+ 0 - 1
tests/conftest.py

@@ -89,7 +89,6 @@ def pepperconfig(salt_api_port):
         SALTAPI_EAUTH=sharedsecret
         [noopts]
         SALTAPI_URL=http://localhost:{0}/
-        SALTAPI_EAUTH=kerberos
     '''.format(salt_api_port))
     with open('tests/.pepperrc', 'w') as pepper_file:
         print(config, file=pepper_file)