From 0db0abac48773ee2fb250aad99e6a215e05c3bd7 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 15 Aug 2020 08:43:33 +0100 Subject: disable badssl test untill they fix experied certificate --- .../short-internet/https-badssl-oddcert.yaml | 44 ---------------------- .../short-internet/https-badssl-oddcert.yaml.skip | 44 ++++++++++++++++++++++ 2 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 monkey-test/short-internet/https-badssl-oddcert.yaml create mode 100644 monkey-test/short-internet/https-badssl-oddcert.yaml.skip diff --git a/monkey-test/short-internet/https-badssl-oddcert.yaml b/monkey-test/short-internet/https-badssl-oddcert.yaml deleted file mode 100644 index 1c26357..0000000 --- a/monkey-test/short-internet/https-badssl-oddcert.yaml +++ /dev/null @@ -1,44 +0,0 @@ -title: Test https odd certificate functionality with badssl.com -group: https -steps: -- action: launch - language: en -- action: window-new - tag: win1 -- action: navigate - window: win1 - url: https://badssl.com/ -- action: block - conditions: - - window: win1 - status: complete -- action: plot-check - window: win1 - checks: - - text-contains: "badssl.com" -- action: navigate - window: win1 - url: https://no-common-name.badssl.com/ -- action: block - conditions: - - window: win1 - status: complete -- action: plot-check - window: win1 - checks: - - text-contains: "no-common-name. badssl.com" -- action: navigate - window: win1 - url: https://no-subject.badssl.com/ -- action: block - conditions: - - window: win1 - status: complete -- action: plot-check - window: win1 - checks: - - text-contains: "no-subject. badssl.com" -- action: window-close - window: win1 -- action: quit - diff --git a/monkey-test/short-internet/https-badssl-oddcert.yaml.skip b/monkey-test/short-internet/https-badssl-oddcert.yaml.skip new file mode 100644 index 0000000..1c26357 --- /dev/null +++ b/monkey-test/short-internet/https-badssl-oddcert.yaml.skip @@ -0,0 +1,44 @@ +title: Test https odd certificate functionality with badssl.com +group: https +steps: +- action: launch + language: en +- action: window-new + tag: win1 +- action: navigate + window: win1 + url: https://badssl.com/ +- action: block + conditions: + - window: win1 + status: complete +- action: plot-check + window: win1 + checks: + - text-contains: "badssl.com" +- action: navigate + window: win1 + url: https://no-common-name.badssl.com/ +- action: block + conditions: + - window: win1 + status: complete +- action: plot-check + window: win1 + checks: + - text-contains: "no-common-name. badssl.com" +- action: navigate + window: win1 + url: https://no-subject.badssl.com/ +- action: block + conditions: + - window: win1 + status: complete +- action: plot-check + window: win1 + checks: + - text-contains: "no-subject. badssl.com" +- action: window-close + window: win1 +- action: quit + -- cgit v1.2.3