Skip to content

Commit

Permalink
[beaker-tests-distgit] added tests for tito subdir + different branch…
Browse files Browse the repository at this point in the history
… usecases
  • Loading branch information
clime committed Sep 20, 2016
1 parent 17acf2b commit 0017ebb
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
fd8c7cbf3951b9a0332830dbeff5a38034de07f5
22 changes: 22 additions & 0 deletions beaker-tests/Regression/dist-git/tests/batch1/import-tasks.json
Expand Up @@ -75,5 +75,27 @@
"source_type": 4,
"task_id": "7-f23",
"user": "clime"
},
{
"_description": "tito-source test for a git repo subdirectory",
"_expected_outcome": "success",

"branch": "master",
"project": "example",
"source_json": "{\"tito_test\": true, \"git_dir\": \"subpkg\", \"git_url\": \"git@localhost:example2.git\", \"git_branch\": \"\"}",
"source_type": 3,
"task_id": "8-master",
"user": "clime"
},
{
"_description": "tito-source test for a different-than-master branch",
"_expected_outcome": "success",

"branch": "master",
"project": "example",
"source_json": "{\"tito_test\": true, \"git_dir\": \"subpkg\", \"git_url\": \"git@localhost:example2.git\", \"git_branch\": \"somebranch\"}",
"source_type": 3,
"task_id": "9-master",
"user": "clime"
}
]

0 comments on commit 0017ebb

Please sign in to comment.