parthp2107 55d7cb41bf
changed catalog to openmetadata in all the docs (#52)
* changed catalog to openmetadata in all the docs

* changed README.md

Co-authored-by: parthp2107 <parth.panchal@deuexsoultions.com>
2021-08-05 19:56:33 +05:30

52 lines
702 B
Markdown

# Run Integration Tests
{% hint style="info" %}
Make sure openmetadata is up and running
{% endhint %}
## Run MySQL test
```text
cd ingestion
source env/bin/activate
cd tests/integration/mysql
pytest -s -c /dev/null
```
## Run MsSQL test
```text
cd ingestion
source env/bin/activate
cd tests/integration/mssql
pytest -s -c /dev/null
```
## Run Postgres test
```text
cd ingestion
source env/bin/activate
cd tests/integration/postgres
pytest -s -c /dev/null
```
## Run LDAP test
```text
cd ingestion
source env/bin/activate
cd tests/integration/ldap
pytest -s -c /dev/null
```
## Run Hive test
```text
cd ingestion
source env/bin/activate
cd tests/integration/hive
pytest -s -c /dev/null
```