Remove remnants of sfc project
[integration/test.git] / tools / distchanges / tests / test_changes.py
index df2208a128f726795498d83c824fadb64023a258..21f45b7fbd4333c69bdd0c63f532720ef433f0a4 100644 (file)
@@ -8,23 +8,19 @@ import distcompare
 from changes import Changes
 
 REMOTE_URL = "ssh://git.opendaylight.org:29418"
-NETVIRT_PROJECTS = [
+PROJECT_NAMES = [
     "controller",
     "dlux",
     "dluxapps",
-    "genius",
     "infrautils",
     "mdsal",
     "netconf",
-    "netvirt",
     "neutron",
     "odlparent",
     "openflowplugin",
     "ovsdb",
-    "sfc",
     "yangtools",
 ]
-PROJECT_NAMES = NETVIRT_PROJECTS
 DISTRO_PATH = "/tmp/distribution-karaf"
 BRANCH = "master"
 LIMIT = 10
@@ -45,13 +41,6 @@ class TestChanges(unittest.TestCase):
         projects = changes.run_cmd()
         changes.pretty_print_projects(projects)
 
-    def test_run_cmd_single(self):
-        project_names = ["netvirt"]
-        branch = BRANCH
-        self.run_cmd(
-            branch, DISTRO_PATH, LIMIT, QLIMIT, project_names, REMOTE_URL, logging.INFO
-        )
-
     def test_run_cmd_multiple(self):
         project_names = PROJECT_NAMES
         branch = BRANCH