From b2c371a1d7ff8e6a9c3ab1b372ca40a82a92b64f Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 18 Apr 2024 04:40:41 +0100 Subject: [PATCH] remove fragments of old civicrm-staging --- test/data_bags/civicrm-staging/passwords.json | 9 --------- .../civicrm-staging/wp2fa_encrypt_keys.json | 4 ---- .../civicrm-staging/inspec/apache_spec.rb | 18 ------------------ 3 files changed, 31 deletions(-) delete mode 100644 test/data_bags/civicrm-staging/passwords.json delete mode 100644 test/data_bags/civicrm-staging/wp2fa_encrypt_keys.json delete mode 100644 test/integration/civicrm-staging/inspec/apache_spec.rb diff --git a/test/data_bags/civicrm-staging/passwords.json b/test/data_bags/civicrm-staging/passwords.json deleted file mode 100644 index bcd1ad409..000000000 --- a/test/data_bags/civicrm-staging/passwords.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "id": "passwords", - "database": "database-password", - "admin": "admin-password", - "site_key": "site_key", - "cred_keys": "cred_keys", - "sign_keys": "sign_keys", - "batch": "batch" -} diff --git a/test/data_bags/civicrm-staging/wp2fa_encrypt_keys.json b/test/data_bags/civicrm-staging/wp2fa_encrypt_keys.json deleted file mode 100644 index bfca5cd03..000000000 --- a/test/data_bags/civicrm-staging/wp2fa_encrypt_keys.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "id": "wp2fa_encrypt_keys", - "key": "iPWRI6ZJ6Q0CuLA8+FsVQw==" -} diff --git a/test/integration/civicrm-staging/inspec/apache_spec.rb b/test/integration/civicrm-staging/inspec/apache_spec.rb deleted file mode 100644 index 8006330b4..000000000 --- a/test/integration/civicrm-staging/inspec/apache_spec.rb +++ /dev/null @@ -1,18 +0,0 @@ -describe package("apache2") do - it { should be_installed } -end - -describe service("apache2") do - it { should be_enabled } - it { should be_running } -end - -describe port(80) do - it { should be_listening } - its("protocols") { should cmp "tcp" } -end - -describe port(443) do - it { should be_listening } - its("protocols") { should cmp "tcp" } -end -- 2.45.1