X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fdev%2Fves-test-collector%2Fclient-scripts-ves-v7%2Fconfig;fp=solution%2Fdev%2Fves-test-collector%2Fclient-scripts-ves-v7%2Fconfig;h=610ed55fb686958aebab3e5018989dab97be58ac;hb=4c6b4d1660aa0a1dfcb04c472befeb456f383168;hp=db1a28fb95bda1d3a04c86adfac12ab410c5f593;hpb=63423756a1c068146a0291737a8edbc65c5b594a;p=oam.git diff --git a/solution/dev/ves-test-collector/client-scripts-ves-v7/config b/solution/dev/ves-test-collector/client-scripts-ves-v7/config index db1a28f..610ed55 100644 --- a/solution/dev/ves-test-collector/client-scripts-ves-v7/config +++ b/solution/dev/ves-test-collector/client-scripts-ves-v7/config @@ -24,9 +24,9 @@ basicAuthVes=sample1:sample1 ################################################################################ # common generated event settings, please dont touch -timestamp=$(date -u +%s%3N) -timeInS=${timestamp:0:$((${#timestamp}-3))} -timeMs=${timestamp:(-3)} +timestamp=$(date -u +%s%6N) +timeInS=${timestamp:0:$((${#timestamp}-6))} +timeMs=${timestamp:(-6)} eventTime=$(date -u -d @$timeInS +'%Y-%m-%dT%H:%M:%S').$timeMs"Z" eventType="O_RAN_COMPONENT"