We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc19fd commit eb4b809Copy full SHA for eb4b809
cookbooks/aws-parallelcluster-environment/test/controls/nfs_spec.rb
@@ -1,22 +1,3 @@
1
-control 'tag:install_nfs_installed_with_right_version' do
2
- title 'Check NFS process is running and installed version'
3
-
4
- only_if { !os_properties.on_docker? }
5
6
- # Check nfsd process is running
7
- describe command('ps aux') do
8
- its('stdout') { should match(/nfsd/) }
9
- end
10
11
- # Check version of NFS
12
- describe "Verify installed NFS version is 4\n" do
13
- nfs_version = command("rpcinfo -p localhost | awk '{print $5$2}' | grep nfs4")
14
- describe nfs_version do
15
- its('stdout') { should match "nfs4" }
16
17
18
-end
19
20
control 'tag:config_nfs_configured_on_head_node' do
21
title 'Check that nfs is configured correctly'
22
0 commit comments