In reply to g8Grundeller:
Please use code tags making your code easier to read. I have added them for you.
Your problem is your interface has no ports to connect. You need to add ports so the connection needs can be make the same as a module-to-module connection.
interface dut_itf(output
logic clock,reset
);
endinterface