Skip to content

Commit ee04e55

Browse files
committed
timeseries, multimodal: Removed pycache folder
Changes: tests - removed pycache folder and renamed files Signed-off-by: Pooja Kumbharkar <pooja.kumbharkar@intel.com>
1 parent 0907774 commit ee04e55

40 files changed

+196
-521
lines changed
Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
1-
## Functional tests steps
2-
3-
1. Pre-requisite script for git clone sub modules:
1+
## Functional Test Steps
2+
3+
1. Run the prerequisite script to clone git submodules:
44

55
```sh
6-
cd ./utils/
7-
./github_clone.sh
8-
```
9-
10-
2. Install tests dependencies
11-
12-
```sh
13-
cd ./functional/
14-
pip3 install -r ../requirements.txt
15-
```
6+
# From the repository root
7+
cd edge-ai-suites/manufacturing-ai-suite/industrial-edge-insights-time-series/tests/utils/
8+
./github_clone.sh
9+
cd ../../../../industrial-edge-insights-multimodal/tests/
10+
```
11+
12+
2. Install test dependencies:
13+
14+
```sh
15+
cd ./functional/
16+
pip3 install -r ../requirements.txt
17+
```
1618

17-
3. For docker related test cases, run the below commands:
19+
3. For Docker-related test cases, run the following commands:
1820

19-
> **Note**: As a prerequisite, have docker and docker compose installed
21+
> **Note**: Docker and Docker Compose must be installed as prerequisites.
2022

2123
```sh
22-
pytest -v -s --html=report.html test_docker_deployment.py
24+
pytest -v -s --html=docker_multimodal_report.html test_docker_deployment_multimodal.py
2325
```
2426

25-
4. For helm related test cases, run the below commands:
27+
4. For Helm-related test cases, run the following commands:
2628

27-
> **Note**: As a prerequisite, have the k8s cluster setup and helm installed
29+
> **Note**: A Kubernetes cluster and Helm must be installed as prerequisites.
2830

2931
```sh
30-
pytest -v -s --html=report.html test_helm_release.py
32+
pytest -v -s --html=helm_multimodal_report.html test_helm_deployment_multimodal.py
3133
```

manufacturing-ai-suite/industrial-edge-insights-multimodal/tests/functional/pytest.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Apache v2 license
3+
# Copyright (C) 2026 Intel Corporation
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
17
[pytest]
28
pythonpath = ../../../industrial-edge-insights-time-series/tests
39
../../../industrial-edge-insights-time-series/tests/utils

manufacturing-ai-suite/industrial-edge-insights-multimodal/tests/functional/test_docker_deployment_multimodal.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Apache v2 license
3+
# Copyright (C) 2026 Intel Corporation
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
17
import os
28
import sys
39
import pytest

manufacturing-ai-suite/industrial-edge-insights-multimodal/tests/functional/test_helm_deployment_helm_multimodal.py renamed to manufacturing-ai-suite/industrial-edge-insights-multimodal/tests/functional/test_helm_deployment_multimodal.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Apache v2 license
3+
# Copyright (C) 2026 Intel Corporation
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
17
import pytest
28
import sys
39
import os

manufacturing-ai-suite/industrial-edge-insights-multimodal/tests/functional/tests.log

Lines changed: 0 additions & 353 deletions
This file was deleted.
Lines changed: 54 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,62 @@
1-
## Functional tests steps
2-
3-
1. Pre-requisite script for git clone sub modules:
1+
## Functional Test Steps
2+
3+
1. Run the prerequisite script to clone git submodules:
4+
5+
```sh
6+
cd ./utils/
7+
./github_clone.sh
8+
```
9+
10+
2. Install test dependencies:
411

512
```sh
6-
cd ./utils/
7-
./github_clone.sh
8-
```
9-
10-
2. Install tests dependencies
11-
12-
```sh
13-
cd ./functional/
14-
pip3 install -r ../requirements.txt
15-
```
13+
cd ./functional/
14+
pip3 install -r ../requirements.txt
15+
```
16+
17+
3. For Docker-related test cases, run the following commands:
18+
19+
> **Note**: Docker and Docker Compose must be installed as prerequisites.
20+
21+
* Wind Turbine Anomaly Detection
22+
23+
```sh
24+
pytest -v -s --html=docker_wind_turbine_report.html test_docker_deployment_wind_turbine.py
1625
17-
3. For docker related test cases, run the below commands:
26+
# InfluxDB retention test
27+
pytest -v -s --html=docker_influxdb_retention_wind_turbine_report.html test_docker_influxdb_retention.py
1828
19-
> **Note**: As a prerequisite, have docker and docker compose installed
29+
# Stability test
30+
pytest -v -s --html=docker_stability_wind_turbine_report.html test_docker_deployment_stability.py
31+
```
2032

21-
```sh
22-
pytest -v -s --html=report.html test_docker_deployment.py
23-
```
33+
* Weld Anomaly Detection
2434

25-
4. For helm related test cases, run the below commands:
35+
```sh
36+
pytest -v -s --html=docker_weld_anomaly_report.html test_docker_deployment_weld_anomaly.py
37+
```
2638

27-
> **Note**: As a prerequisite, have the k8s cluster setup and helm installed
39+
4. For Helm-related test cases, run the following commands:
2840

29-
```sh
30-
pytest -v -s --html=report.html test_helm_release.py
31-
```
41+
> **Note**: A Kubernetes cluster and Helm must be installed as prerequisites.
42+
43+
* Wind Turbine Anomaly Detection
44+
45+
```sh
46+
pytest -v -s --html=helm_wind_turbine_report.html test_helm_deployment_wind_turbine.py
47+
48+
# InfluxDB retention test
49+
pytest -v -s --html=helm_influxdb_retention_wind_turbine_report.html test_helm_influxdb_retention.py
50+
```
51+
52+
* Weld Anomaly Detection
53+
54+
```sh
55+
pytest -v -s --html=helm_weld_anomaly_report.html test_helm_deployment_weld_anomaly.py
56+
```
57+
58+
5. Security tests:
59+
60+
```sh
61+
pytest -v -s --html=report.html test_docker_helm_deployment_security.py
62+
```

0 commit comments

Comments
 (0)