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
{{ message }}
This repository was archived by the owner on Oct 21, 2022. It is now read-only.
With no test fixture for my specific suite, verify fails with cryptic message..
$ tree test
test
└── integration
├── default
│ └── serverspec
│ ├── dependencies_spec.rb
│ ├── install_server_spec.rb
│ └── users_spec.rb
└── helpers
└── serverspec
└── spec_helper.rb
11 directories, 11 files
$ kitchen verify default-w-stig-centos-67-vbox-sftp-transport
-----> Starting Kitchen (v1.8.0)
-----> Verifying <default-w-stig-centos-67-vbox-sftp-transport>...
Preparing files for transfer
Transferring files to <default-w-stig-centos-67-vbox-sftp-transport>
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: Failed to complete #verify action: [Net::SFTP::StatusException (2, "no such file")]
>>>>>> ----------------------
>>>>>> Please see .kitchen/logs/kitchen.log for more details
>>>>>> Also try running `kitchen diagnose --all` for configuration
When adding the proper testing directory, works fine..
With no test fixture for my specific suite, verify fails with cryptic message..
When adding the proper testing directory, works fine..
The error indication does not provide the information needed to fix the issue. Not sure if this is the responsibility of this plugin or not.