cfriedt/greybus-for-zephyr

tests: greybus: i2c: convert to i2c_emul

Opened this issue · 0 comments

Previously, the i2c tests were developed using i2c_sim, but the i2c emulator that eventually made it into zephyr is called i2c_emul.

It isn't clear if i2c_emul has an API that is similar to i2c_sim, but the existing tests must be converted to use the API that is upstream.