Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345040
001_elasticsearch_python_spec.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
571 B
Subscribers
None
001_elasticsearch_python_spec.rb
View Options
require
'spec_helper'
describe
'elasticsearch::python'
,
:type
=>
'define'
do
let
:facts
do
{
:operatingsystem
=>
'CentOS'
,
:kernel
=>
'Linux'
,
:osfamily
=>
'RedHat'
}
end
[
'pyes'
,
'rawes'
,
'pyelasticsearch'
,
'ESClient'
,
'elasticutils'
,
'elasticsearch'
].
each
do
|
pythonlib
|
context
"installation of library
#{
pythonlib
}
"
do
let
(
:title
)
{
pythonlib
}
it
{
should
contain_elasticsearch__python
(
pythonlib
)
}
it
{
should
contain_package
(
"python_
#{
pythonlib
}
"
)
.
with
(
:provider
=>
'pip'
,
:name
=>
pythonlib
)
}
end
end
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Fri, Jul 4, 3:02 PM (3 d, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3442321
Attached To
R150 puppet-elastic-elasticsearch
Event Timeline
Log In to Comment