Skip to content

Commit

Permalink
IQE helper updates (project-koku#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Curtis authored Nov 7, 2019
1 parent f917f76 commit 2ab305f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ scripts/aws_pricing/
pgadmin_servers.json

# Testing
testing/
testing/
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,9 @@ docker-iqe-smokes-tests:
docker-iqe-api-tests:
./testing/run_api_tests.sh

docker-iqe-vortex-tests:
./testing/run_vortex_api_tests.sh

########################
### Internal targets ###
########################
Expand Down
Empty file.
1 change: 1 addition & 0 deletions testing/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ main() {
-v $SCRIPTPATH/local_providers/aws_local_2:/tmp/local_bucket_2 \
-v $SCRIPTPATH/local_providers/aws_local_3:/tmp/local_bucket_3 \
-v $SCRIPTPATH/local_providers/aws_local_4:/tmp/local_bucket_4 \
-v $SCRIPTPATH/local_providers/aws_local_5:/tmp/local_bucket_5 \
-v $SCRIPTPATH/local_providers/azure_local:/tmp/local_container \
-v $SCRIPTPATH/pvc_dir/insights_local:/var/tmp/masu/insights_local \
$IMAGE \
Expand Down
5 changes: 5 additions & 0 deletions testing/run_vortex_api_tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
echo "Running API Tests at $SCRIPTPATH"

$SCRIPTPATH/run_test.sh 'iqe tests plugin hccm -k test_api -m qa'

0 comments on commit 2ab305f

Please sign in to comment.