SWDEV-252747 : testing using v3 object

Change-Id: I427df765d1be55bd2851ce441238b3eaa46cca4f
This commit is contained in:
Evgeny
2020-09-15 18:55:51 -05:00
parent 8d021eb401
commit 169e36f379
7 ha cambiato i file con 46 aggiunte e 13 eliminazioni
+3
Vedi File
@@ -80,6 +80,9 @@ class TestKernel {
// Return name
virtual std::string Name() const = 0;
// Return name
virtual std::string SymbName() { return Name() + ".kd"; }
protected:
// Set buffer descriptor
bool SetInDescr(const uint32_t& buf_id, const des_id_t& des_id, const uint32_t& size) {