Skip to content

Commit

Permalink
update profile test setup based on new key name routine
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Jul 6, 2018
1 parent e3e5f27 commit 3c3b46c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions aossl/profile/test/test.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kone=three
ktwo=four
first=twelve
second=thirteen
test.prof.kone=three
test.prof.ktwo=four
test.prof.first=twelve
test.prof.second=thirteen
8 changes: 4 additions & 4 deletions scripts/profile_test_setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

curl --request PUT -d five http://localhost:8500/v1/kv/test/prof/KONE
curl --request PUT -d six http://localhost:8500/v1/kv/test/prof/KTWO
export FIRST=seven
export SECOND=eight
curl --request PUT -d five http://localhost:8500/v1/kv/test/prof/TEST_PROF_KONE
curl --request PUT -d six http://localhost:8500/v1/kv/test/prof/TEST_PROF_KTWO
export TEST_PROF_FIRST=seven
export TEST_PROF_SECOND=eight

0 comments on commit 3c3b46c

Please sign in to comment.