From 4cc61e835d52a675bf91cf14d421afea44c23c05 Mon Sep 17 00:00:00 2001
From: Denis Pynkin <denis.pynkin@collabora.com>
Date: Tue, 5 Mar 2019 13:24:29 +0300
Subject: [PATCH] Target the apertis/v2019dev0 branches

Use new branch name for tiny containers tests.

Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
---
 test-cases/tiny-container-system-aa-enforcement.yaml       | 2 +-
 test-cases/tiny-container-system-basic.yaml                | 2 +-
 test-cases/tiny-container-system-connectivity-profile.yaml | 2 +-
 test-cases/tiny-container-system-folder-sharing.yaml       | 2 +-
 test-cases/tiny-container-user-aa-enforcement.yaml         | 2 +-
 test-cases/tiny-container-user-basic.yaml                  | 2 +-
 test-cases/tiny-container-user-connectivity-profile.yaml   | 2 +-
 test-cases/tiny-container-user-folder-sharing.yaml         | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/test-cases/tiny-container-system-aa-enforcement.yaml b/test-cases/tiny-container-system-aa-enforcement.yaml
index 7ae6d8a..67bd912 100644
--- a/test-cases/tiny-container-system-aa-enforcement.yaml
+++ b/test-cases/tiny-container-system-aa-enforcement.yaml
@@ -18,7 +18,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/infrastructure/tiny-image-recipes.git
-      branch: master
+      branch: apertis/v2019dev0
 
 run:
   steps:
diff --git a/test-cases/tiny-container-system-basic.yaml b/test-cases/tiny-container-system-basic.yaml
index 1338087..77e2e8f 100644
--- a/test-cases/tiny-container-system-basic.yaml
+++ b/test-cases/tiny-container-system-basic.yaml
@@ -18,7 +18,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/infrastructure/tiny-image-recipes.git
-      branch: master
+      branch: apertis/v2019dev0
 
 run:
   steps:
diff --git a/test-cases/tiny-container-system-connectivity-profile.yaml b/test-cases/tiny-container-system-connectivity-profile.yaml
index 1fd0113..e58b272 100644
--- a/test-cases/tiny-container-system-connectivity-profile.yaml
+++ b/test-cases/tiny-container-system-connectivity-profile.yaml
@@ -17,7 +17,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/infrastructure/tiny-image-recipes.git
-      branch: master
+      branch: apertis/v2019dev0
 
 run:
   steps:
diff --git a/test-cases/tiny-container-system-folder-sharing.yaml b/test-cases/tiny-container-system-folder-sharing.yaml
index 6e51986..6c576fa 100644
--- a/test-cases/tiny-container-system-folder-sharing.yaml
+++ b/test-cases/tiny-container-system-folder-sharing.yaml
@@ -18,7 +18,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/infrastructure/tiny-image-recipes.git
-      branch: master
+      branch: apertis/v2019dev0
 
 run:
   steps:
diff --git a/test-cases/tiny-container-user-aa-enforcement.yaml b/test-cases/tiny-container-user-aa-enforcement.yaml
index bec4507..eb66303 100644
--- a/test-cases/tiny-container-user-aa-enforcement.yaml
+++ b/test-cases/tiny-container-user-aa-enforcement.yaml
@@ -18,7 +18,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/infrastructure/tiny-image-recipes.git
-      branch: master
+      branch: apertis/v2019dev0
 
 run:
   steps:
diff --git a/test-cases/tiny-container-user-basic.yaml b/test-cases/tiny-container-user-basic.yaml
index b978b4e..0214381 100644
--- a/test-cases/tiny-container-user-basic.yaml
+++ b/test-cases/tiny-container-user-basic.yaml
@@ -18,7 +18,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/infrastructure/tiny-image-recipes.git
-      branch: master
+      branch: apertis/v2019dev0
 
 run:
   steps:
diff --git a/test-cases/tiny-container-user-connectivity-profile.yaml b/test-cases/tiny-container-user-connectivity-profile.yaml
index b097425..da98e4b 100644
--- a/test-cases/tiny-container-user-connectivity-profile.yaml
+++ b/test-cases/tiny-container-user-connectivity-profile.yaml
@@ -18,7 +18,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/infrastructure/tiny-image-recipes.git
-      branch: master
+      branch: apertis/v2019dev0
 
 run:
   steps:
diff --git a/test-cases/tiny-container-user-folder-sharing.yaml b/test-cases/tiny-container-user-folder-sharing.yaml
index 5a16c52..31c8499 100644
--- a/test-cases/tiny-container-user-folder-sharing.yaml
+++ b/test-cases/tiny-container-user-folder-sharing.yaml
@@ -18,7 +18,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/infrastructure/tiny-image-recipes.git
-      branch: master
+      branch: apertis/v2019dev0
 
 run:
   steps:
-- 
GitLab