Skip to content

Commit

Permalink
IQE plugin name change (project-koku#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Curtis authored Jul 14, 2020
1 parent 58091ff commit 07b1de2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion testing/conf/settings.local.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local:
hccm:
cost_management:
use_sources: False
ocp_dir: /var/tmp/masu/insights_local
aws_dir: /tmp/local_bucket
Expand Down
2 changes: 1 addition & 1 deletion testing/run_api_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
echo "Running API Tests at $SCRIPTPATH"

$SCRIPTPATH/run_test.sh 'iqe tests plugin hccm -k test_api'
$SCRIPTPATH/run_test.sh 'iqe tests plugin cost_management -k test_api'
2 changes: 1 addition & 1 deletion testing/run_local_hccm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ hccm_local_container() {
-v $SCRIPTPATH/local_providers/azure_local:/tmp/local_container${FLAGS} \
-v $SCRIPTPATH/pvc_dir/insights_local:/var/tmp/masu/insights_local${FLAGS} \
$IMAGE \
bash -c "iqe plugin uninstall hccm && iqe plugin install --editable /hccm_plugin/ && $COMMAND"
bash -c "iqe plugin uninstall cost_management && iqe plugin install --editable /hccm_plugin/ && $COMMAND"
}
hccm_local_container
2 changes: 1 addition & 1 deletion testing/run_smoke_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
echo "Running Smoke Tests"

ENV_FOR_DYNACONF=local $SCRIPTPATH/run_test.sh 'iqe tests plugin --debug hccm -k test_api -m hccm_smoke'
ENV_FOR_DYNACONF=local $SCRIPTPATH/run_test.sh 'iqe tests plugin cost_management -k test_api -m cost_smoke'
2 changes: 1 addition & 1 deletion testing/run_vortex_api_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
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'
$SCRIPTPATH/run_test.sh 'iqe tests plugin cost_management -k test_api -m qa'

0 comments on commit 07b1de2

Please sign in to comment.