Beispiel #1
0
func TestPollTimeshiftCaOvhCom(t *testing.T) {
	c := ovh.NewClient(ovh.ENDPOINT_CA_OVHCOM, "", "", "", false)
	if err := c.PollTimeshift(); err != nil {
		t.Fatal(err)
	}
}
Beispiel #2
0
func TestPollTimeshiftEuKimsufi(t *testing.T) {
	c := ovh.NewClient(ovh.ENDPOINT_EU_KIMSUFI, "", "", "", false)
	if err := c.PollTimeshift(); err != nil {
		t.Fatal(err)
	}
}
Beispiel #3
0
func TestPollTimeshiftEuSoYouStart(t *testing.T) {
	c := ovh.NewClient(ovh.ENDPOINT_EU_SOYOUSTART, "", "", "", false)
	if err := c.PollTimeshift(); err != nil {
		t.Fatal(err)
	}
}
Beispiel #4
0
func TestPollTimeshiftCaRunAbove(t *testing.T) {
	c := ovh.NewClient(ovh.ENDPOINT_CA_RUNABOVE, "", "", "", false)
	if err := c.PollTimeshift(); err != nil {
		t.Fatal(err)
	}
}