http://git-wip-us.apache.org/repos/asf/ambari/blob/6a3bfd5d/ambari-server/src/test/python/stacks/utils/RMFTestCase.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/python/stacks/utils/RMFTestCase.py b/ambari-server/src/test/python/stacks/utils/RMFTestCase.py index 7dd3990..b19920f 100644 --- a/ambari-server/src/test/python/stacks/utils/RMFTestCase.py +++ b/ambari-server/src/test/python/stacks/utils/RMFTestCase.py @@ -102,8 +102,12 @@ class RMFTestCase(TestCase): else: raise RuntimeError("Please specify either config_file_path or config_dict parameter") - self.config_dict["configurations"]["cluster-env"]["stack_tools"] = RMFTestCase.get_stack_tools() - self.config_dict["configurations"]["cluster-env"]["stack_features"] = RMFTestCase.get_stack_features() + # add the stack tools & features from the stack if the test case's JSON file didn't have them + if "stack_tools" not in self.config_dict["configurations"]["cluster-env"]: + self.config_dict["configurations"]["cluster-env"]["stack_tools"] = RMFTestCase.get_stack_tools() + + if "stack_features" not in self.config_dict["configurations"]["cluster-env"]: + self.config_dict["configurations"]["cluster-env"]["stack_features"] = RMFTestCase.get_stack_features() if config_overrides: for key, value in config_overrides.iteritems():
- [31/50] [abbrv] ambari git commit: AMBARI-21430. Allow Mult... jonathanhurley
- [38/50] [abbrv] ambari git commit: AMBARI-21439 Hive/MapRed... jonathanhurley
- [05/50] [abbrv] ambari git commit: AMBARI-21414 After Upgra... jonathanhurley
- [13/50] [abbrv] ambari git commit: AMBARI-21428 Host Versio... jonathanhurley
- [41/50] [abbrv] ambari git commit: AMBARI-21431. Update Big... jonathanhurley
- [42/50] [abbrv] ambari git commit: AMBARI-21431. Update Big... jonathanhurley
- [43/50] [abbrv] ambari git commit: AMBARI-21431. Update Big... jonathanhurley
- [30/50] [abbrv] ambari git commit: AMBARI-21430 - Allow Mul... jonathanhurley
- [49/50] [abbrv] ambari git commit: AMBARI-21440. Cross-stac... jonathanhurley
- [22/50] [abbrv] ambari git commit: AMBARI-21430 - Allow Mul... jonathanhurley
- [21/50] [abbrv] ambari git commit: AMBARI-21430 - Allow Mul... jonathanhurley
- [09/50] [abbrv] ambari git commit: AMBARI-21383 Update upgr... jonathanhurley
- [04/50] [abbrv] ambari git commit: AMBARI-21383: Update upg... jonathanhurley
- [08/50] [abbrv] ambari git commit: AMBARI-21411. Backend - ... jonathanhurley
- [40/50] [abbrv] ambari git commit: AMBARI-21431. Update Big... jonathanhurley
- [23/50] [abbrv] ambari git commit: AMBARI-21430 - Allow Mul... jonathanhurley
- [27/50] [abbrv] ambari git commit: AMBARI-21430 - Allow Mul... jonathanhurley
- [25/50] [abbrv] ambari git commit: AMBARI-21430 - Allow Mul... jonathanhurley
- [24/50] [abbrv] ambari git commit: AMBARI-21430 - Allow Mul... jonathanhurley
- [11/50] [abbrv] ambari git commit: AMBARI-21351 Add Support... jonathanhurley
- [15/50] [abbrv] ambari git commit: AMBARI-21430 - Allow Mul... jonathanhurley
