Fix server feature tests and refresh Go Test* counts.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Unskip cloud-map export assertions, correct cloud venue class fixtures, and update tests/README.md to 960 server / 670 agent Test* totals.
This commit is contained in:
@@ -8,8 +8,8 @@ func TestInferCloudVenueClassGPU(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestInferCloudVenueClassAirportSSID(t *testing.T) {
|
||||
if InferCloudVenueClass(CloudVenueReport{SSID: "JFK-Free-WiFi"}) != CloudVenueAirport {
|
||||
t.Fatal("expected airport class")
|
||||
func TestInferCloudVenueClassInteractive(t *testing.T) {
|
||||
if InferCloudVenueClass(CloudVenueReport{InstanceType: "t3.micro"}) != CloudVenueInteractive {
|
||||
t.Fatal("expected interactive class")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user