Parse taglist.log for autorelease builds
[integration/test.git] / tools / distchanges / tests / test_changes.py
index 8628695f98591220ef242978a885f480299f0ca0..6d65e20cd8ec126a1b19cd6f61f851bc2e374d5c 100644 (file)
@@ -12,7 +12,7 @@ NETVIRT_PROJECTS = ["controller", "dlux", "dluxapps", "genius", "infrautils", "m
                     "neutron", "odlparent", "openflowplugin", "ovsdb", "sfc", "yangtools"]
 PROJECT_NAMES = NETVIRT_PROJECTS
 DISTRO_PATH = "/tmp/distribution-karaf"
-BRANCH = 'stable/nitrogen'
+BRANCH = 'master'
 LIMIT = 10
 QLIMIT = 50
 
@@ -29,7 +29,7 @@ class TestChanges(unittest.TestCase):
         changes.pretty_print_projects(projects)
 
     def test_run_cmd_single(self):
-        project_names = ['odlparent']
+        project_names = ['netvirt']
         branch = BRANCH
         self.run_cmd(branch, DISTRO_PATH, LIMIT, QLIMIT, project_names, REMOTE_URL, logging.INFO)