This is an automated email from the ASF dual-hosted git repository.
DImuthuUpe pushed a change to branch slurm-integration-test
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
from 3eb24bbdd Setting up a local slurm cluster and running tests against it
add 399bd4280 Association integration tests
No new revisions were added by this update.
Summary of changes:
.../operations/accounts_integration_test.go | 7 ----
.../internal/operations/associations.go | 31 ++++++++++++++++--
.../operations/associations_integration_test.go | 36 ++++++++++++++++++++
.../internal/operations/integration_common.go | 10 ++++++
scripts/run-integrations-tests.sh | 38 ++++++++++++++++++++++
5 files changed, 113 insertions(+), 9 deletions(-)
create mode 100644
connectors/SLURM/Association-Mapper/internal/operations/associations_integration_test.go
create mode 100644
connectors/SLURM/Association-Mapper/internal/operations/integration_common.go
create mode 100755 scripts/run-integrations-tests.sh