You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run kitchen verify default-opensuse-leap-151-2019-2-py3 -- this works as expected (3.2.0)
Install the latest gems for both train and train-core (i.e. 3.2.20)
Run kitchen verify default-opensuse-leap-151-2019-2-py3 -- the error shown below is displayed
Expected Result:
kitchen verify completes.
Actual Result:
----->Verifying <default-opensuse-leap-151-2019-2-py3>...
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: 1actionsfailed.
>>>>>> Failedtocomplete#verify action: [Sudo failed: We trust you have received the usual lecture from the local SystemAdministrator.Itusuallyboilsdowntothesethreethings:
#1) Respect the privacy of others.#2) Think before you type.#3) With great power comes great responsibility.sudo: nottypresentandnoaskpassprogramspecified]ondefault-opensuse-leap-151-2019-2-py3
>>>>>> ----------------------
>>>>>> Pleasesee.kitchen/logs/kitchen.logformoredetails
>>>>>> Alsotryrunning`kitchen diagnose --all`forconfiguration
The text was updated successfully, but these errors were encountered:
As requested by @zenspider: #548 (comment).
Version:
Any version after
3.2.0
, up to and including3.2.20
.Environment:
Ubuntu Bionic (18.04).
Scenario:
kitchen verify
fails withsudo: no tty present and no askpass program specified]
.Steps to Reproduce:
Can be reproduced locally or in Travis. Here are the steps for the former:
Gemfile
kitchen verify default-opensuse-leap-151-2019-2-py3
-- this works as expected (3.2.0
)train
andtrain-core
(i.e.3.2.20
)kitchen verify default-opensuse-leap-151-2019-2-py3
-- the error shown below is displayedExpected Result:
kitchen verify
completes.Actual Result:
The text was updated successfully, but these errors were encountered: