Skip to content

Commit

Permalink
Make sure V3 etcd API is used by etcdctl
Browse files Browse the repository at this point in the history
  • Loading branch information
mbanck-ntap committed Jan 6, 2023
1 parent d535801 commit edf5dbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/behaviour_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RED='\033[0;31m'
GREEN='\033[0;32m'
NC='\033[0m' # No Color

export ETCDCTL_API=3

# testing parameters
vip=10.0.2.123

Expand Down
2 changes: 2 additions & 0 deletions test/cacert_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RED='\033[0;31m'
GREEN='\033[0;32m'
NC='\033[0m' # No Color

export ETCDCTL_API=3

# testing parameters
vip=10.0.2.123

Expand Down
2 changes: 2 additions & 0 deletions test/clientcert_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RED='\033[0;31m'
GREEN='\033[0;32m'
NC='\033[0m' # No Color

export ETCDCTL_API=3

# testing parameters
vip=10.0.2.123

Expand Down

0 comments on commit edf5dbf

Please sign in to comment.