Home
last modified time | relevance | path

Searched refs:get_selector_config (Results 1 – 4 of 4) sorted by relevance

/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/test/qa-tests/buildscripts/resmokelib/testing/
H A Dsuite.py48 test_info = self.get_selector_config()[test_kind]
74 def get_selector_config(self): member in Suite
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/resmokelib/testing/
H A Dsuite.py65 test_info = self.get_selector_config()
97 def get_selector_config(self): member in Suite
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/test/qa-tests/buildscripts/
H A Dresmoke.py110 sb.append(resmokelib.utils.dump_yaml({"selector": suite.get_selector_config()}))
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/
H A Dresmoke.py113 sb.append(resmokelib.utils.dump_yaml({"selector": suite.get_selector_config()}))