Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #642 from vmware/revert-640-cli-auth.liping
Browse files Browse the repository at this point in the history
Revert "Cli auth.liping"
  • Loading branch information
Ritesh H Shukla authored Oct 24, 2016
2 parents 396dec8 + 4841cca commit 43a48c0
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 2,394 deletions.
4 changes: 2 additions & 2 deletions esx_service/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@ SSH := $(DEBUG) ssh -kTax -o StrictHostKeyChecking=no
SCP := $(DEBUG) scp -r -q -o StrictHostKeyChecking=no

TMP_LOC := $(shell echo /tmp/vmdk_ops_unittest$$RANDOM)
TEST_FILES := $(shell find . -name '*_test.py')
TEST_FILES := $(shell find . -name '*_test.py')

# By default, we run all *_test.py. Use TEST_PATTERN to narrow the test set, e.g.
# e.g. make test-esx TEST_PATTERN='*admin*'
TEST_PATTERN := '*'

test-esx:
@echo "Copying files to $(ESX):$(TMP_LOC) and running .py unittests ..."
@echo Copying files to $(ESX):$(TMP_LOC) and running .py unittests ...
$(SSH) root@$(ESX) 'mkdir -p $(TMP_LOC)'
$(SCP) $(TEST_FILES) $(TO_ESX_BIN) $(TO_ESX_PY) root@$(ESX):$(TMP_LOC)
$(SSH) root@$(ESX) \
Expand Down
Loading

0 comments on commit 43a48c0

Please # to comment.