Exemplo n.º 1
0
 def test_deps_and_tripleo_allowed(self):
     self.args.repos = ['deps', 'current-tripleo']
     main._validate_args(self.args)
Exemplo n.º 2
0
 def test_tripleo_ci_testing_and_deps_allowed(self):
     self.args.repos = ['deps', 'tripleo-ci-testing']
     main._validate_args(self.args)
Exemplo n.º 3
0
 def test_ceph_and_tripleo_dev(self):
     self.args.repos = ['current-tripleo-dev', 'ceph']
     self.args.output_path = main.DEFAULT_OUTPUT_PATH
     main._validate_args(self.args)
Exemplo n.º 4
0
 def test_tripleo_ci_testing_and_ceph_opstools_allowed(self):
     self.args.repos = ['ceph', 'opstools', 'tripleo-ci-testing']
     main._validate_args(self.args)
Exemplo n.º 5
0
 def test_good(self):
     main._validate_args(self.args)
Exemplo n.º 6
0
 def test_deps_and_tripleo_allowed(self):
     self.args.repos = ['deps', 'current-tripleo']
     main._validate_args(self.args)
Exemplo n.º 7
0
 def test_ceph_and_tripleo_dev(self):
     self.args.repos = ['current-tripleo-dev', 'ceph']
     self.args.output_path = main.DEFAULT_OUTPUT_PATH
     main._validate_args(self.args)
Exemplo n.º 8
0
 def test_good(self):
     main._validate_args(self.args)