Lines Matching defs:ident
106 void got_tc(const std::string& ident, const atf::tests::vars_map& props)
108 if (m_tcs.find(ident) != m_tcs.end())
109 throw(std::runtime_error("Duplicate test case " + ident +
111 m_tcs[ident] = props;
113 if (m_tcs[ident].find("has.cleanup") == m_tcs[ident].end())
114 m_tcs[ident].insert(std::make_pair("has.cleanup", "false"));
116 if (m_tcs[ident].find("timeout") == m_tcs[ident].end())
117 m_tcs[ident].insert(std::make_pair("timeout", "300"));
420 const std::string& ident ATF_DEFS_ATTRIBUTE_UNUSED,
453 } else if (name == "ident") {
501 if (t.text() != "ident")
503 "must be 'ident'");
517 iter = props.find("ident");
520 "not define an 'ident' property");
526 if (t.text() != "ident")
528 "test case must be 'ident'");