Skip to content
sanketpathak edited this page Feb 8, 2019 · 1 revision

Welcome to the fabric8-test wiki!

E2E tests for the OSIO boosters

Current Build Status

E2E tests

Cluster Beta Released
SMOKE 1a
1b
2
2a
Prod-preview(2a)
Build Status
NIL
NIL
NIL
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Login 1a
1b
2
2a
NIL
NIL
NIL
NIL
Build Status
Build Status
Build Status
Build Status
che 1b
Prod-preview(2a)
Build Status
Build Status
NIL
NIL

Overview

These tests are intended to provide automated end-to-end (E2E) tests for production and stage environment of OpenShift.io.

The default test suite is called smoketest which serves as a monitoring of the product. It is expected to run relatively fast therefore this suite will NOT test multiple boosters, multiple pipeline types, advanced interactions with Che etc., this should be done by unit, functional or integration tests of particular components.

DANGER-ZONE: Running these tests will reset your OpenShift.io user environment if OSIO_DANGER_ZONE environmental variable is set to true. This will result in your spaces, projects, etc. being deleted in OpenShift.io - To avoid resetting your user environment, make sure the OSIO_DANGER_ZONE environmental variable is not set to true (default is false, see the configuration). The test scenario files are contained in the "test-scenario" directory.

End to end test on OSiO

See: https://github.com/fabric8io/fabric8-test/blob/master/ee_tests/README.md

Clone this wiki locally