OptiMISe 1.1 Configuration tests

Group Summary
19 Examples
OS Description
OSubuntu
Release18.04
Archx86_64
CloudAZ
Target51.140.231.26
Filter rules by their result

Execution Date: 2019-07-05 17:23:02 +0100

# Example Duration Status
1

1.1.1 Has /etc/OptiMISe_RELEASE file set File "/etc/OptiMISe_RELEASE" should exist

RSpec::Expectations::ExpectationNotMetError

expected File "/etc/OptiMISe_RELEASE" to exist
Backtrace:
  1. ./spec/OptiMISe/1.General_spec.rb:10:in `block (4 levels) in '
9
10
11
12
13
14
        describe file('/etc/OptiMISe_RELEASE') do
--->            it { should exist }
			it { should be_mode '644' }
			it { should be_owned_by 'root' }
			it { should be_grouped_into 'root' }
		end
0.10598 failed
2

1.1.1 Has /etc/OptiMISe_RELEASE file set File "/etc/OptiMISe_RELEASE" should be mode "644"

RSpec::Expectations::ExpectationNotMetError

expected `File "/etc/OptiMISe_RELEASE".mode?("644")` to return true, got false
Backtrace:
  1. ./spec/OptiMISe/1.General_spec.rb:11:in `block (4 levels) in '
10
11
12
13
14
15
            it { should exist }
--->			it { should be_mode '644' }
			it { should be_owned_by 'root' }
			it { should be_grouped_into 'root' }
		end
	end
0.06939 failed
3

1.1.1 Has /etc/OptiMISe_RELEASE file set File "/etc/OptiMISe_RELEASE" should be owned by "root"

RSpec::Expectations::ExpectationNotMetError

expected `File "/etc/OptiMISe_RELEASE".owned_by?("root")` to return true, got false
Backtrace:
  1. ./spec/OptiMISe/1.General_spec.rb:12:in `block (4 levels) in '
11
12
13
14
15
16
			it { should be_mode '644' }
--->			it { should be_owned_by 'root' }
			it { should be_grouped_into 'root' }
		end
	end

0.11515 failed
4

1.1.1 Has /etc/OptiMISe_RELEASE file set File "/etc/OptiMISe_RELEASE" should be grouped into "root"

RSpec::Expectations::ExpectationNotMetError

expected `File "/etc/OptiMISe_RELEASE".grouped_into?("root")` to return true, got false
Backtrace:
  1. ./spec/OptiMISe/1.General_spec.rb:13:in `block (4 levels) in '
12
13
14
15
16
17
			it { should be_owned_by 'root' }
--->			it { should be_grouped_into 'root' }
		end
	end

	describe '1.1.2 Has /etc/profile file configured' do
0.11949 failed
5

1.1.2 Has /etc/profile file configured File "/etc/profile" should exist

0.11280 passed
6

1.1.2 Has /etc/profile file configured File "/etc/profile" should be mode "644"

0.11738 passed
7

1.1.2 Has /etc/profile file configured File "/etc/profile" should be owned by "root"

0.12262 passed
8

1.1.2 Has /etc/profile file configured File "/etc/profile" should be grouped into "root"

0.13569 passed
9

1.1.2 Has /etc/profile file configured File "/etc/profile" content should match /^alias su=.echo .Always/

0.11860 passed
10

1.1.2 Has /etc/profile file configured File "/etc/profile" content should match /^export LS_COLORS=/

0.00110 passed
11

1.1.2 Has /etc/profile file configured File "/etc/profile" content should match /^alias vi=/

0.00106 passed
12

1.1.2 Has /etc/profile file configured File "/etc/profile" content should match /^export EDITOR=/

0.00094 passed
13

1.1.2 Has /etc/profile file configured File "/etc/profile" content should match /^export HISTTIMEFORMAT=/

0.00098 passed
14

1.1.2 Has /etc/profile file configured File "/etc/profile" content should match /^export TZ=/

0.00090 passed
15

1.1.3 Has vimrc settings File "/etc/vim/vimrc" should exist

0.11015 passed
16

1.1.3 Has vimrc settings File "/etc/vim/vimrc" should be mode "644"

0.11980 passed
17

1.1.3 Has vimrc settings File "/etc/vim/vimrc" should be owned by "root"

0.12375 passed
18

1.1.3 Has vimrc settings File "/etc/vim/vimrc" should be grouped into "root"

0.12551 passed
19

1.1.3 Has vimrc settings File "/etc/vim/vimrc" content should match /^"OptiMISe changes/

0.12291 passed
Rspec HTML Reports This version by: Nicholas Cross @mohclips - originally @vbanthia and before that @kingsleyh