Skip to main content

Ansys Electronics Desktop Testing Framework. Current module allows to setup and run automated tests and validate results across multiple versions of Ansys Electronics Desktop products, eg HFSS, Maxwell, Icepak, Q3D, etc

Project description

Description

This project aims to provide an Automated Framework to test Ansys Electronics Desktop (AEDT). Users can set up a suite of tests to validate stability/regression of results between different versions of Ansys Electronics Desktop.

Table of Contents

Features

The current framework provides the following features:

  • Compare results of XY plots, mesh statistics and simulation time.
  • Web page output format for visual comparison
  • JSON file output format to support automated workflows and use of test results downstream.
  • Parallel distribution of test projects
  • Cross-platform: support for Windows and Linux
  • Compatibility with local machine and most known cluster schedulers: LSF, SGE, Slurm, PBS, Windows HPC
  • Control of required resources for each project and optimized distribution of tasks
  • Automatic generation of reference results (AEDT versions 2019R1+)

Installation

To install the package use:

pip install aedttest

Usage

Electronics Desktop testing framework automatically identifies environment where it was launched. In this chapter we will show basic examples of starting tests on local machine or on clusters with scheduler. In all scenarios we use Command Line Interface (CLI).

Configuration file

Framework requires configuration file as input. Please see example of a configuration file config_with_comments.toml to understand how to create a file.

You can use both config_with_comments.toml or config_without_comments.toml as template.

CLI Commands

To expose the available commands use the following command line

Open CLI commands Help

aedt_test_runner -h

Examples

Local machine

To start test on local machine use following command line

Generate only reference results
aedt_test_runner --config-folder=examples/configs --aedt-version=193 --only-reference
Run comparison between versions
aedt_test_runner --config-folder=examples/configs --aedt-version=231 --reference-folder=reference_folder

Slurm

Generate only reference results
sbatch \
  --job-name aedttest \
  --partition ottc01 \
  --export "ALL,ANSYSEM_ROOT193=/apps/software/ANSYS_EM_2019R1/AnsysEM19.3/Linux64,ANS_NODEPCHECK=1" \
  --nodes 2-2 --ntasks 56 \
  --wrap "aedt_test_runner --config-folder=examples/configs --aedt-version=193 --only-reference"
Run comparison between versions
sbatch \
  --job-name aedttest \
  --partition ottc01 \
  --export "ALL,ANSYSEM_ROOT222=/ott/apps/software/ANSYS_EM_2022R2_211129/v222/Linux64,ANS_NODEPCHECK=1" \
  --nodes 2-2 --ntasks 56 \
  --wrap "aedt_test_runner --config-folder=examples/configs --aedt-version=222 --reference-folder=~/reference_folder"

Limitations

Currently, project does not support or partially supports following features:

  • Automatic results creation is possible only for versions 2019R1+
  • LS-DSO is not supported

Contributors

If you would like to contribute to this project, please see CONTRIBUTE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aedttest-0.0.1.dev10.tar.gz (206.4 kB view details)

Uploaded Source

Built Distribution

aedttest-0.0.1.dev10-py3-none-any.whl (195.4 kB view details)

Uploaded Python 3

File details

Details for the file aedttest-0.0.1.dev10.tar.gz.

File metadata

  • Download URL: aedttest-0.0.1.dev10.tar.gz
  • Upload date:
  • Size: 206.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for aedttest-0.0.1.dev10.tar.gz
Algorithm Hash digest
SHA256 3066a5b1147d43f124d75e8b489b31f0ae885ea9b187e784f354acacedf87916
MD5 1357709f559e754624c2f14e1d33b7a1
BLAKE2b-256 4a143ea8d82de6c04e212c56eace75a3f3ecb241359f70b4c368dd40e92c6cb2

See more details on using hashes here.

Provenance

File details

Details for the file aedttest-0.0.1.dev10-py3-none-any.whl.

File metadata

File hashes

Hashes for aedttest-0.0.1.dev10-py3-none-any.whl
Algorithm Hash digest
SHA256 af2401d3d6def1aac13e7d1d6135fab921368ee3515f386390ac4887298cd826
MD5 868365c1ff3de0e372631f0c2ac33e6b
BLAKE2b-256 bcd0d0a9432bfc1f8b1d828e2c03e658d089dbd09e000490fd4e65bcdcd71ceb

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page