The problem with this is that #1 is dependent on #2. For most commands (i.e. registry commands -- domain availability, register domain, renew domain, transfer domain), OpenSRS passes your request to the registry and returns to you the registry return code. If they shut off #2, #1 will never complete or always fail for registry commands. The only pieces they could break out are internal OpenSRS stuff like profile management.
> You're trying to combine two different testing environments, which is the > problem. There is the testing of > > 1. Client to OpenSRS server communications > 2. OpenSRS server to registry communications > > You should never test both at once, except for integration. We want to > test #1, without having the details of #2 be part of our equation. > > Likewise, we might later want to test #2 or #1 and #2 together. But those > are different tests.