blob: 8db0260e493d4ec6cee69c9b7db6ba6576001b76 [file] [log] [blame]
garciadeblas0bc87522021-10-20 22:16:17 +02001#!/bin/bash
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15
16source ../common/track
17
18RELEASE="ReleaseTEN"
19OSM_DOCKER_TAG=latest
20OSM_TRACK_INSTALLATION_ID="$(date +%s)-$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16)"
21
22track
23track start
24sleep 1
25track start release $RELEASE
26sleep 1
27track start docker_tag $OSM_DOCKER_TAG none none
28sleep 1
29track start release $RELEASE none none docker_tag $OSM_DOCKER_TAG none none
30sleep 1
31track my-event my-op my-value "My comment" "tag1,tag2"
32sleep 1
33track my-second-event op1 value1 "My comment1 on second event" none op2 value2 "My comment2 on second event" none
34