Merge pull request 'Upgrade RSKj to 4.4.0' (#494) from chore/upgrade_rskj into master
Reviewed-on: #494
This commit is contained in:
commit
635ca3870a
@ -1,2 +1,2 @@
|
||||
node.default['rskj']['version'] = '4.2.0~focal'
|
||||
node.default['rskj']['version'] = '4.4.0~focal'
|
||||
node.default['rskj']['network'] = 'testnet'
|
||||
|
@ -9,7 +9,7 @@ end
|
||||
|
||||
describe package('rskj') do
|
||||
it { should be_installed }
|
||||
its('version') { should eq '4.2.0~focal' }
|
||||
its('version') { should eq '4.4.0~focal' }
|
||||
end
|
||||
|
||||
describe service('rsk') do
|
||||
@ -21,3 +21,10 @@ end
|
||||
describe port(4444) do
|
||||
it { should be_listening }
|
||||
end
|
||||
|
||||
describe parse_config_file('/etc/rsk/node.conf', {
|
||||
assignment_regex: /^\s*([^=]*?)\s*=\s*(.*?)\s*$/
|
||||
}) do
|
||||
its(['blockchain.config.name']) { should eq '"testnet"' }
|
||||
its(['database.dir']) { should eq '/var/lib/rsk/database/testnet' }
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user